Correct phpdoc @since for wp_oembed_remove_provider(). props hebbet. fixes #22788.

git-svn-id: http://core.svn.wordpress.org/trunk@23186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2012-12-20 15:22:21 +00:00
parent 1570a67bef
commit c8db0f0777

View File

@ -1042,7 +1042,7 @@ function wp_oembed_add_provider( $format, $provider, $regex = false ) {
/**
* Removes an oEmbed provider.
*
* @since 3.5
* @since 3.5.0
* @see WP_oEmbed
*
* @uses _wp_oembed_get_object()