Changeset 53728 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 07/20/2022 01:19:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r53727 r53728 488 488 489 489 /** 490 * Build a unified template object based on a theme file.490 * Builds a unified template object based on a theme file. 491 491 * 492 492 * @since 5.9.0 … … 532 532 533 533 /** 534 * Build a unified template object based a post Object.534 * Builds a unified template object based a post Object. 535 535 * 536 536 * @since 5.9.0 … … 861 861 862 862 /** 863 * Print a template-part.863 * Prints a template-part. 864 864 * 865 865 * @since 5.9.0 … … 876 876 877 877 /** 878 * Print the header template-part.878 * Prints the header template-part. 879 879 * 880 880 * @since 5.9.0 … … 885 885 886 886 /** 887 * Print the footer template-part.887 * Prints the footer template-part. 888 888 * 889 889 * @since 5.9.0
Note: See TracChangeset
for help on using the changeset viewer.