Changeset 21448
- Timestamp:
- 08/05/2012 11:58:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/inc/theme-options.php
r21412 r21448 143 143 <label for="enable-fonts"> 144 144 <input type="checkbox" name="<?php echo $this->option_key; ?>[enable_fonts]" id="enable-fonts" <?php checked( $options['enable_fonts'] ); ?> /> 145 <?php _e( ' Yes, I’d like to enable the gorgeous, open-source <em>Open Sans</em>typeface.', 'twentytwelve' ); ?>145 <?php _e( 'Enable the Open Sans typeface.', 'twentytwelve' ); ?> 146 146 </label> 147 147 <?php … … 226 226 227 227 $wp_customize->add_control( $this->option_key . '_enable_fonts', array( 228 'label' => __( 'Enable Web Fonts', 'twentytwelve' ),228 'label' => __( 'Enable the Open Sans typeface.', 'twentytwelve' ), 229 229 'section' => $this->option_key . '_enable_fonts', 230 230 'settings' => $this->option_key . '[enable_fonts]',
Note: See TracChangeset
for help on using the changeset viewer.