mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +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:
@@ -45,7 +45,7 @@ function set_query_var($var, $value) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup The Loop with query parameters.
|
||||
* Set up The Loop with query parameters.
|
||||
*
|
||||
* This will override the current WordPress Loop and shouldn't be used more than
|
||||
* once. This must not be used within the WordPress Loop.
|
||||
@@ -63,11 +63,11 @@ function &query_posts($query) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Destroy the previous query and setup a new query.
|
||||
* Destroy the previous query and set up a new query.
|
||||
*
|
||||
* This should be used after {@link query_posts()} and before another {@link
|
||||
* query_posts()}. This will remove obscure bugs that occur when the previous
|
||||
* wp_query object is not destroyed properly before another is setup.
|
||||
* wp_query object is not destroyed properly before another is set up.
|
||||
*
|
||||
* @since 2.3.0
|
||||
* @uses $wp_query
|
||||
@@ -2466,7 +2466,7 @@ class WP_Query {
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup the next post and iterate current post index.
|
||||
* Set up the next post and iterate current post index.
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @access public
|
||||
@@ -2760,7 +2760,7 @@ function wp_old_slug_redirect () {
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup global post data.
|
||||
* Set up global post data.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user