Changeset 28000 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 04/07/2014 08:17:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r27745 r28000 969 969 970 970 /** 971 * Remove or renamepage templates for a theme.971 * Filter list of page templates for a theme. 972 972 * 973 973 * This filter does not currently allow for page templates to be added. … … 981 981 */ 982 982 $return = apply_filters( 'theme_page_templates', $page_templates, $this, $post ); 983 983 984 return array_intersect_assoc( $return, $page_templates ); 984 985 }
Note: See TracChangeset
for help on using the changeset viewer.