Changeset 14047
- Timestamp:
- 04/10/2010 10:40:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13978 r14047 115 115 */ 116 116 function get_template_part( $slug, $name = null ) { 117 do_action( "get_template_part {$slug}", $name );117 do_action( "get_template_part_{$slug}", $slug, $name ); 118 118 119 119 $templates = array();
Note: See TracChangeset
for help on using the changeset viewer.