Changeset 39812
- Timestamp:
- 01/11/2017 11:08:51 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/class-wp-theme.php
r36186 r39812 710 710 switch ( $header ) { 711 711 case 'Name' : 712 if ( empty( $value ) ) 713 $value = $this->get_stylesheet(); 712 if ( empty( $value ) ) { 713 $value = esc_html( $this->get_stylesheet() ); 714 } 714 715 break; 715 716 case 'Description' :
Note: See TracChangeset
for help on using the changeset viewer.