Make WordPress Core

Ticket #11611: 11611.diff

File 11611.diff, 730 bytes (added by dd32, 15 years ago)
  • wp-includes/theme.php

     
    13501350
    13511351        $args = array_slice( func_get_args(), 1 );
    13521352
    1353         // @todo Allow pluggable arg checking
    13541353        switch ( $feature ) {
    13551354                case 'post-thumbnails':
    13561355                        // post-thumbnails can be registered for only certain content/post types by passing
     
    13641363                        else
    13651364                                return false;
    13661365                        break;
     1366                default:
     1367                        return apply_filters('current_theme_supports-' . $feature, true, $args, $_wp_theme_features[$feature]);
    13671368        }
    13681369
    13691370        return true;
     
    13821383                require ( $include );
    13831384}
    13841385
    1385 ?>
     1386?>
     1387 No newline at end of file