Changeset 58355
- Timestamp:
- 06/06/2024 12:36:22 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r58303 r58355 1065 1065 } 1066 1066 1067 /* *1067 /* 1068 1068 * Skip meta generation when consumers intentionally update specific Navigation fields 1069 1069 * and omit the content update. … … 1073 1073 } 1074 1074 1075 /* *1075 /* 1076 1076 * Skip meta generation when the post content is not a navigation block. 1077 1077 */ … … 1116 1116 } 1117 1117 1118 /* 1118 /** 1119 1119 * Returns the markup for blocks hooked to the given anchor block in a specific relative position and then 1120 1120 * adds a list of hooked block types to an anchor block's ignored hooked block types. 1121 1121 * 1122 1122 * This function is meant for internal use only. 1123 * 1124 * @since 6.6.0 1125 * @access private 1123 1126 * 1124 1127 * @param array $parsed_anchor_block The anchor block, in parsed block array format.
Note: See TracChangeset
for help on using the changeset viewer.