mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
More pedantry. "Setup" is not a verb. http://notaverb.com/setup
git-svn-id: https://develop.svn.wordpress.org/trunk@13725 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -409,7 +409,7 @@ class WP {
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup the WordPress Globals.
|
||||
* Set up the WordPress Globals.
|
||||
*
|
||||
* The query_vars property will be extracted to the GLOBALS. So care should
|
||||
* be taken when naming global variables that might interfere with the
|
||||
@@ -440,7 +440,7 @@ class WP {
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup the current user.
|
||||
* Set up the current user.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@@ -449,7 +449,7 @@ class WP {
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup the Loop based on the query variables.
|
||||
* Set up the Loop based on the query variables.
|
||||
*
|
||||
* @uses WP::$query_vars
|
||||
* @since 2.0.0
|
||||
|
||||
Reference in New Issue
Block a user