Changeset 57891 for branches/6.5/src/wp-includes/blocks/navigation.php
- Timestamp:
- 03/28/2024 08:28:45 AM (23 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/blocks/navigation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-includes/blocks/navigation.php
r57852 r57891 1473 1473 } 1474 1474 1475 /** 1476 * Skip meta generation when consumers intentionally update specific Navigation fields 1477 * and omit the content update. 1478 */ 1479 if ( ! isset( $post->post_content ) ) { 1480 return $post; 1481 } 1482 1475 1483 /* 1476 1484 * We run the Block Hooks mechanism to inject the `metadata.ignoredHookedBlocks` attribute into
Note: See TracChangeset
for help on using the changeset viewer.