You appear to be a bot. Output may be restricted
Description
Usage
Tests_Media::test_img_caption_shortcode_added();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/media.php
Lines:
1 to 6 of 6
function test_img_caption_shortcode_added() { global $shortcode_tags; $this->assertEquals( 'img_caption_shortcode', $shortcode_tags['caption'] ); $this->assertEquals( 'img_caption_shortcode', $shortcode_tags['wp_caption'] ); }