Changeset 57888 for trunk/src/wp-includes/blocks/navigation.php
- Timestamp:
- 03/28/2024 02:27:40 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation.php
r57851 r57888 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.