Changeset 39809 for branches/4.7
- Timestamp:
- 01/11/2017 11:07:57 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/class-wp-theme.php
r39236 r39809 722 722 switch ( $header ) { 723 723 case 'Name' : 724 if ( empty( $value ) ) 725 $value = $this->get_stylesheet(); 724 if ( empty( $value ) ) { 725 $value = esc_html( $this->get_stylesheet() ); 726 } 726 727 break; 727 728 case 'Description' :
Note: See TracChangeset
for help on using the changeset viewer.