Changeset 45839 for branches/5.2/src/wp-admin/custom-header.php
- Timestamp:
- 08/19/2019 04:28:20 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/custom-header.php
r45834 r45839 489 489 <?php } ?> 490 490 491 <h 3><?php _e( 'Header Image' ); ?></h3>491 <h2><?php _e( 'Header Image' ); ?></h2> 492 492 493 493 <table class="form-table" role="presentation"> … … 688 688 <?php if ( current_theme_supports( 'custom-header', 'header-text' ) ) : ?> 689 689 690 <h 3><?php _e( 'Header Text' ); ?></h3>690 <h2><?php _e( 'Header Text' ); ?></h2> 691 691 692 692 <table class="form-table" role="presentation">
Note: See TracChangeset
for help on using the changeset viewer.