Change @since 3.0 to @since 3.0.0.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1858,7 +1858,7 @@ function pre_schema_upgrade() {
|
||||
/**
|
||||
* Install Network.
|
||||
*
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
*
|
||||
*/
|
||||
if ( !function_exists( 'install_network' ) ) :
|
||||
@@ -1954,7 +1954,7 @@ endif;
|
||||
/**
|
||||
* Install global terms.
|
||||
*
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
*
|
||||
*/
|
||||
if ( !function_exists( 'install_global_terms' ) ) :
|
||||
|
||||
Reference in New Issue
Block a user