Change @since 2.9 to @since 2.9.0.

git-svn-id: https://develop.svn.wordpress.org/trunk@13829 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-03-26 19:23:39 +00:00
parent 53250b7986
commit d43df7123a
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -2887,7 +2887,7 @@ function wp_parse_id_list($list) {
* Checks to make sure that the embeds library hasn't already been loaded. If
* it hasn't, then it will load the embeds library.
*
* @since 2.9
* @since 2.9.0
*/
function wp_maybe_load_embeds() {
if ( ! apply_filters('load_default_embeds', true) )
@@ -4096,4 +4096,4 @@ function send_nosniff_header() {
@header( 'X-Content-Type-Options: nosniff' );
}
?>
?>