Make WordPress Core


Ignore:
Timestamp:
12/14/2011 05:36:38 PM (13 years ago)
Author:
ryan
Message:

Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r19593 r19596  
    272272 * @since 3.1.0
    273273 *
    274  * @return array  Array of features keyed by category with translations keyed by slug.
     274 * @return array Array of features keyed by category with translations keyed by slug.
    275275 */
    276276function get_theme_feature_list() {
     
    341341
    342342    if ( !$feature_list = get_site_transient( 'wporg_theme_feature_list' ) )
    343         set_site_transient( 'wporg_theme_feature_list', array( ),  10800);
     343        set_site_transient( 'wporg_theme_feature_list', array( ), 10800);
    344344
    345345    if ( !$feature_list ) {
Note: See TracChangeset for help on using the changeset viewer.