Changes from branches/3.2/wp-includes/post-template.php at r18415 to trunk/wp-includes/post-template.php at r18176
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r18415 r18176 490 490 $classes[] = 'page-template'; 491 491 $classes[] = 'page-template-' . sanitize_html_class( str_replace( '.', '-', get_post_meta( $page_id, '_wp_page_template', true ) ), '' ); 492 } else {493 $classes[] = 'page-template-default';494 492 } 495 493 } elseif ( is_search() ) {
Note: See TracChangeset
for help on using the changeset viewer.