Changeset 22400 for trunk/wp-admin/customize.php
- Timestamp:
- 11/06/2012 02:47:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/customize.php
r22019 r22400 68 68 <div class="wp-full-overlay expanded"> 69 69 <form id="customize-controls" class="wrap wp-full-overlay-sidebar"> 70 70 71 <div id="customize-header-actions" class="wp-full-overlay-header"> 71 72 <?php 72 73 $save_text = $wp_customize->is_theme_active() ? __( 'Save & Publish' ) : __( 'Save & Activate' ); 73 submit_button( $save_text, 'primary ', 'save', false );74 submit_button( $save_text, 'primary save', 'save', false ); 74 75 ?> 75 76 <span class="spinner"></span> … … 78 79 </a> 79 80 </div> 80 81 81 82 <?php 82 83 $screenshot = $wp_customize->theme()->get_screenshot(); … … 84 85 ?> 85 86 86 <div class="wp-full-overlay-sidebar-content" >87 <div class="wp-full-overlay-sidebar-content" tabindex="-1"> 87 88 <div id="customize-info" class="customize-section<?php if ( $cannot_expand ) echo ' cannot-expand'; ?>"> 88 <div class="customize-section-title" >89 <div class="customize-section-title" aria-label="<?php esc_attr_e( 'Theme Customizer Options' ); ?>" tabindex="0"> 89 90 <span class="preview-notice"><?php 90 91 /* translators: %s is the theme name in the Customize/Live Preview pane */
Note: See TracChangeset
for help on using the changeset viewer.