mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Increase the specificity of types in various inline documentation.
See #54729 git-svn-id: https://develop.svn.wordpress.org/trunk@52652 602fd350-edb4-49c9-b593-d223f7449a82
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