Make WordPress Core


Ignore:
Timestamp:
01/06/2011 04:11:14 AM (14 years ago)
Author:
ryan
Message:

Bring out the shears.

File:
1 edited

Legend:

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

    r17220 r17228  
    17551755    else
    17561756        $_wp_theme_features[$feature] = array_slice( func_get_args(), 1 );
    1757        
     1757
    17581758    if ( $feature == 'post-formats' && is_array( $_wp_theme_features[$feature][0] ) )
    17591759        $_wp_theme_features[$feature][0] = array_intersect( $_wp_theme_features[$feature][0], array_keys( get_post_format_slugs() ) );
Note: See TracChangeset for help on using the changeset viewer.