Changes from trunk/wp-includes/post-template.php at r18176 to branches/3.2/wp-includes/post-template.php at r18415
- File:
-
- 1 edited
-
branches/3.2/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/wp-includes/post-template.php
r18176 r18415 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'; 492 494 } 493 495 } elseif ( is_search() ) {
Note: See TracChangeset
for help on using the changeset viewer.