Changeset 54470 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 10/11/2022 09:00:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r54445 r54470 1139 1139 1140 1140 /** 1141 * Prints a template-part.1142 * 1143 * @since 5.9.0 1144 * 1145 * @param string $part The template-part to print. Use "header" or "footer".1141 * Prints a block template part. 1142 * 1143 * @since 5.9.0 1144 * 1145 * @param string $part The block template part to print. Use "header" or "footer". 1146 1146 */ 1147 1147 function block_template_part( $part ) { … … 1154 1154 1155 1155 /** 1156 * Prints the header template-part.1156 * Prints the header block template part. 1157 1157 * 1158 1158 * @since 5.9.0 … … 1163 1163 1164 1164 /** 1165 * Prints the footer template-part.1165 * Prints the footer block template part. 1166 1166 * 1167 1167 * @since 5.9.0
Note: See TracChangeset
for help on using the changeset viewer.