Make WordPress Core


Ignore:
Timestamp:
03/15/2012 05:32:40 AM (14 years ago)
Author:
koopersmith
Message:

Theme Customizer: Move section descriptions to the title attribute of the section name. see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize.php

    r20181 r20182  
    610610        $this->add_section( 'strings', array(
    611611            'title'          => __( 'Site Title & Tagline' ),
    612             'description'    => __( 'Customize some strings.' ),
    613612        ) );
    614613
Note: See TracChangeset for help on using the changeset viewer.