Docs: Increase the specificity of types in various inline documentation.
See #54729 Built from https://develop.svn.wordpress.org/trunk@52652 git-svn-id: http://core.svn.wordpress.org/trunk@52241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -53,7 +53,7 @@ class WP_Date_Query {
|
||||
* Supported time-related parameter keys.
|
||||
*
|
||||
* @since 4.1.0
|
||||
* @var array
|
||||
* @var string[]
|
||||
*/
|
||||
public $time_keys = array( 'after', 'before', 'year', 'month', 'monthnum', 'week', 'w', 'dayofyear', 'day', 'dayofweek', 'dayofweek_iso', 'hour', 'minute', 'second' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user