mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Change @since 3.0 to @since 3.0.0.
git-svn-id: https://develop.svn.wordpress.org/trunk@13827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -600,7 +600,7 @@ function populate_roles_280() {
|
||||
/**
|
||||
* Create and modify WordPress roles for WordPress 3.0.
|
||||
*
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
*/
|
||||
function populate_roles_300() {
|
||||
$role =& get_role( 'administrator' );
|
||||
@@ -615,7 +615,7 @@ function populate_roles_300() {
|
||||
/**
|
||||
* populate network settings
|
||||
*
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param int $network_id id of network to populate
|
||||
* @return bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful,
|
||||
|
||||
Reference in New Issue
Block a user