Ticket #28094: after-get-template-part-action.diff
File after-get-template-part-action.diff, 352 bytes (added by , 11 years ago) |
---|
-
general-template.php
177 177 $templates[] = "{$slug}.php"; 178 178 179 179 locate_template($templates, true, false); 180 181 do_action( "after_get_template_part_{$slug}", $slug, $name ); 180 182 } 181 183 182 184 /**