Make WordPress Core


Ignore:
Timestamp:
08/06/2013 09:45:29 AM (11 years ago)
Author:
nacin
Message:

Twenty Fourteen: Use correct function prefix. props Jayjdk. fixes #24898.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyfourteen/functions.php

    r24832 r24990  
    1414    $content_width = 474; /* pixels */
    1515
    16 function futher_set_content_width() {
     16function twentyfourteen_set_content_width() {
    1717    global $content_width;
    1818    if ( is_page_template( 'full-width-page.php' ) || is_attachment() )
    1919        $content_width = 895;
    2020}
    21 add_action( 'template_redirect', 'futher_set_content_width' );
     21add_action( 'template_redirect', 'twentyfourteen_set_content_width' );
    2222
    2323if ( ! function_exists( 'twentyfourteen_setup' ) ) :
Note: See TracChangeset for help on using the changeset viewer.