Changeset 60121
- Timestamp:
- 04/02/2025 09:56:31 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r60120 r60121 176 176 * 177 177 * @param string $slug The slug name for the generic template. 178 * @param string|null $name The name of the specialized template or null if179 * there is none.178 * @param string|null $name The name of the specialized template 179 * or null if there is none. 180 180 * @param array $args Additional arguments passed to the template. 181 181 */ … … 196 196 * @since 5.5.0 The `$args` parameter was added. 197 197 * 198 * @param string 199 * @param string |null $name The name of the specialized template or an empty200 * 201 * @param string[] 202 * @param array 198 * @param string $slug The slug name for the generic template. 199 * @param string $name The name of the specialized template 200 * or an empty string if there is none. 201 * @param string[] $templates Array of template files to search for, in order. 202 * @param array $args Additional arguments passed to the template. 203 203 */ 204 204 do_action( 'get_template_part', $slug, $name, $templates, $args );
Note: See TracChangeset
for help on using the changeset viewer.