Changeset 39815 for branches/4.1/src/wp-includes/class-wp-theme.php
- Timestamp:
- 01/11/2017 11:09:27 AM (9 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-includes/class-wp-theme.php
r36189 r39815 656 656 switch ( $header ) { 657 657 case 'Name' : 658 if ( empty( $value ) ) 659 $value = $this->get_stylesheet(); 658 if ( empty( $value ) ) { 659 $value = esc_html( $this->get_stylesheet() ); 660 } 660 661 break; 661 662 case 'Description' :
Note: See TracChangeset
for help on using the changeset viewer.