Changeset 39819 for branches/3.7
- Timestamp:
- 01/11/2017 11:10:11 AM (8 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 39807
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/class-wp-theme.php
r36193 r39819 642 642 switch ( $header ) { 643 643 case 'Name' : 644 if ( empty( $value ) ) 645 $value = $this->get_stylesheet(); 644 if ( empty( $value ) ) { 645 $value = esc_html( $this->get_stylesheet() ); 646 } 646 647 break; 647 648 case 'Description' :
Note: See TracChangeset
for help on using the changeset viewer.