Make WordPress Core


Ignore:
Timestamp:
03/19/2012 06:00:27 PM (13 years ago)
Author:
nacin
Message:

The word 'support' does not have a overly long 'p'. see #20249.

File:
1 edited

Legend:

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

    r20213 r20214  
    10771077        'url'           => '',
    10781078        'thumbnail_url' => '',
    1079         'width'         => get_theme_suppport( 'custom-header', 'width' ),
    1080         'height'        => get_theme_suppport( 'custom-header', 'height' ),
     1079        'width'         => get_theme_support( 'custom-header', 'width' ),
     1080        'height'        => get_theme_support( 'custom-header', 'height' ),
    10811081    );
    10821082    return (object) wp_parse_args( $data, $default );
Note: See TracChangeset for help on using the changeset viewer.