mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
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:
@@ -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 = '' ) {
|
||||
|
||||
Reference in New Issue
Block a user