Make WordPress Core

Changeset 21524


Ignore:
Timestamp:
08/15/2012 03:58:25 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: s/"/'/ in array notation, props JarretC. Fixes #21587.

File:
1 edited

Legend:

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

    r21489 r21524  
    186186        'description' => __( 'Appears on posts and pages except the optional Homepage template, which uses its own set of widgets', 'twentytwelve' ),
    187187        'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    188         'after_widget' => "</aside>",
     188        'after_widget' => '</aside>',
    189189        'before_title' => '<h3 class="widget-title">',
    190190        'after_title' => '</h3>',
     
    196196        'description' => __( 'Appears when using the optional homepage template with a page set as Static Front Page', 'twentytwelve' ),
    197197        'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    198         'after_widget' => "</aside>",
     198        'after_widget' => '</aside>',
    199199        'before_title' => '<h3 class="widget-title">',
    200200        'after_title' => '</h3>',
Note: See TracChangeset for help on using the changeset viewer.