Changeset 18723
- Timestamp:
- 09/19/2011 07:01:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r18665 r18723 89 89 * same template part multiple times. 90 90 * 91 * For the parameter, if the file is called "{slug}-special.php" then specify91 * For the $name parameter, if the file is called "{slug}-special.php" then specify 92 92 * "special". 93 93 * 94 94 * @uses locate_template() 95 95 * @since 3.0.0 96 * @uses do_action() Calls 'get_template_part {$slug}' action.96 * @uses do_action() Calls 'get_template_part_{$slug}' action. 97 97 * 98 98 * @param string $slug The slug name for the generic template.
Note: See TracChangeset
for help on using the changeset viewer.