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

git-svn-id: https://develop.svn.wordpress.org/trunk@23186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2012-12-20 15:22:21 +00:00
parent 6c094b35ce
commit 15147020c8

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()