Make WordPress Core

Changeset 23477


Ignore:
Timestamp:
02/22/2013 05:32:48 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Ten: add helpful descriptions to sidebars. Fixes #15401.

File:
1 edited

Legend:

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

    r22359 r23477  
    384384        'name' => __( 'Primary Widget Area', 'twentyten' ),
    385385        'id' => 'primary-widget-area',
    386         'description' => __( 'The primary widget area', 'twentyten' ),
     386        'description' => __( 'Add widgets here to appear in your sidebar.', 'twentyten' ),
    387387        'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
    388388        'after_widget' => '</li>',
     
    395395        'name' => __( 'Secondary Widget Area', 'twentyten' ),
    396396        'id' => 'secondary-widget-area',
    397         'description' => __( 'The secondary widget area', 'twentyten' ),
     397        'description' => __( 'An optional secondary widget area, displays below the primary widget area in your sidebar.', 'twentyten' ),
    398398        'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
    399399        'after_widget' => '</li>',
     
    406406        'name' => __( 'First Footer Widget Area', 'twentyten' ),
    407407        'id' => 'first-footer-widget-area',
    408         'description' => __( 'The first footer widget area', 'twentyten' ),
     408        'description' => __( 'An optional widget area for your site footer.', 'twentyten' ),
    409409        'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
    410410        'after_widget' => '</li>',
     
    417417        'name' => __( 'Second Footer Widget Area', 'twentyten' ),
    418418        'id' => 'second-footer-widget-area',
    419         'description' => __( 'The second footer widget area', 'twentyten' ),
     419        'description' => __( 'An optional widget area for your site footer.', 'twentyten' ),
    420420        'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
    421421        'after_widget' => '</li>',
     
    428428        'name' => __( 'Third Footer Widget Area', 'twentyten' ),
    429429        'id' => 'third-footer-widget-area',
    430         'description' => __( 'The third footer widget area', 'twentyten' ),
     430        'description' => __( 'An optional widget area for your site footer.', 'twentyten' ),
    431431        'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
    432432        'after_widget' => '</li>',
     
    439439        'name' => __( 'Fourth Footer Widget Area', 'twentyten' ),
    440440        'id' => 'fourth-footer-widget-area',
    441         'description' => __( 'The fourth footer widget area', 'twentyten' ),
     441        'description' => __( 'An optional widget area for your site footer.', 'twentyten' ),
    442442        'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
    443443        'after_widget' => '</li>',
Note: See TracChangeset for help on using the changeset viewer.