- Timestamp:
- 01/11/2017 10:33:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r39736 r39807 738 738 switch ( $header ) { 739 739 case 'Name' : 740 if ( empty( $value ) ) 741 $value = $this->get_stylesheet(); 740 if ( empty( $value ) ) { 741 $value = esc_html( $this->get_stylesheet() ); 742 } 742 743 break; 743 744 case 'Description' :
Note: See TracChangeset
for help on using the changeset viewer.