Changeset 55475 for trunk/src/wp-includes/blocks/navigation.php
- Timestamp:
- 03/07/2023 03:29:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation.php
r55257 r55475 374 374 // Default to the most recently created menu. 375 375 $parsed_args = array( 376 'post_type' => 'wp_navigation', 377 'no_found_rows' => true, 378 'order' => 'DESC', 379 'orderby' => 'date', 380 'post_status' => 'publish', 381 'posts_per_page' => 1, // get only the most recent. 376 'post_type' => 'wp_navigation', 377 'no_found_rows' => true, 378 'update_post_meta_cache' => false, 379 'update_post_term_cache' => false, 380 'order' => 'DESC', 381 'orderby' => 'date', 382 'post_status' => 'publish', 383 'posts_per_page' => 1, // get only the most recent. 382 384 ); 383 385
Note: See TracChangeset
for help on using the changeset viewer.