Changeset 39236 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 11/15/2016 03:36:13 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r39168 r39236 1039 1039 1040 1040 foreach ( $types as $type ) { 1041 $type = trim( $type );1041 $type = sanitize_key( $type ); 1042 1042 if ( ! isset( $post_templates[ $type ] ) ) { 1043 1043 $post_templates[ $type ] = array();
Note: See TracChangeset
for help on using the changeset viewer.