mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
REST API: Some documentation and test improvements for update_menu_item_cache():
* Make the function description more specific, for consistency with other similar functions. * Add a `@since` note for the `$update_menu_item_cache` parameter of `WP_Query::parse_query()`. * Add missing `@covers` tags for the unit tests. Follow-up to [53504]. See #55620. git-svn-id: https://develop.svn.wordpress.org/trunk@53508 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -627,6 +627,7 @@ class WP_Query {
|
||||
* @since 4.9.0 Introduced the `$comment_count` parameter.
|
||||
* @since 5.1.0 Introduced the `$meta_compare_key` parameter.
|
||||
* @since 5.3.0 Introduced the `$meta_type_key` parameter.
|
||||
* @since 6.1.0 Introduced the `$update_menu_item_cache` parameter.
|
||||
*
|
||||
* @param string|array $query {
|
||||
* Optional. Array or string of Query parameters.
|
||||
|
||||
Reference in New Issue
Block a user