Changeset 53728
- Timestamp:
- 07/20/2022 01:19:51 PM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 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 -
trunk/src/wp-includes/block-template.php
r53593 r53728 33 33 34 34 /** 35 * Find a block template with equal or higher specificity than a given PHP template file.35 * Finds a block template with equal or higher specificity than a given PHP template file. 36 36 * 37 37 * Internally, this communicates the block content that needs to be used by the template canvas through a global variable. … … 119 119 120 120 /** 121 * Return the correct 'wp_template' to render for the request template type.121 * Returns the correct 'wp_template' to render for the request template type. 122 122 * 123 123 * @access private
Note: See TracChangeset
for help on using the changeset viewer.