[wp-trac] [WordPress Trac] #34272: Audit embed function names

WordPress Trac noreply at wordpress.org
Thu Oct 15 14:17:33 UTC 2015


#34272: Audit embed function names
------------------------------+-------------------------
 Reporter:  johnbillion       |       Owner:  swissspidy
     Type:  task (blessed)    |      Status:  assigned
 Priority:  normal            |   Milestone:  4.4
Component:  Embeds            |     Version:  trunk
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |     Focuses:
------------------------------+-------------------------
Changes (by DrewAPicture):

 * keywords:  has-patch => has-patch commit


Comment:

 For reference:

 {{{
 = Files =
 wp-includes/css/wp-oembed-embed.css => wp-includes/css/wp-oembed-embed.css
 wp-includes/js/wp-oembed-embed.js   => wp-includes/js/wp-oembed-embed.js
 wp-includes/js/wp-oembed.js         => wp-includes/js/wp-oembed.js

 = Functions =
 print_oembed_embed_scripts() => print_embed_scripts()

 = Hooks =
 oembed_head                  => embed_head
 oembed_thumbnail_image_size  => embed_thumbnail_image_size
 oembed_thumbnail_image_shape => embed_thumbnail_image_shape
 oembed_content               => embed_content
 oembed_site_icon_url         => embed_site_icon_url
 oembed_content_meta          => embed_content_meta
 oembed_site_icon_url         => embed_site_icon_url
 oembed_footer                => embed_footer

 = Tests =
 test_wp_oembed_excerpt_more_no_embed() =>
 test_wp_embed_excerpt_more_no_embed()
 test_wp_oembed_excerpt_more()          => test_wp_embed_excerpt_more()
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34272#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list