Docs: Various docblock corrections.

See #51800


git-svn-id: https://develop.svn.wordpress.org/trunk@49789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-12-10 23:51:52 +00:00
parent 6267e412f1
commit 81b89682c3
8 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -1730,7 +1730,7 @@ class WP_Query {
* @since 3.9.0 The `$default` argument was introduced.
*
* @param string $query_var Query variable key.
* @param mixed $default Optional. Value to return if the query variable is not set. Default empty.
* @param mixed $default Optional. Value to return if the query variable is not set. Default empty string.
* @return mixed Contents of the query variable.
*/
public function get( $query_var, $default = '' ) {