Changeset 27471 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 03/08/2014 04:19:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r27470 r27471 977 977 * @param WP_Post|null $post The post being edited, provided for context, or null. 978 978 */ 979 error_log( serialize( $this ) );980 979 $return = apply_filters( 'theme_page_templates', $page_templates, $this, $post ); 981 980 return array_intersect_assoc( $return, $page_templates );
Note: See TracChangeset
for help on using the changeset viewer.