Twenty Twelve: better naming for the homepage widget areas, props nacin. See #21619.

git-svn-id: http://core.svn.wordpress.org/trunk@21558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-08-20 19:43:16 +00:00
parent 18e747d029
commit 302e96f075
1 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ function twentytwelve_widgets_init() {
) );
register_sidebar( array(
'name' => __( 'Homepage Widgets One', 'twentytwelve' ),
'name' => __( 'First Homepage Widget Area', 'twentytwelve' ),
'id' => 'sidebar-2',
'description' => __( 'Appears when using the optional homepage template with a page set as Static Front Page', 'twentytwelve' ),
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
@ -201,7 +201,7 @@ function twentytwelve_widgets_init() {
) );
register_sidebar( array(
'name' => __( 'Homepage Widgets Two', 'twentytwelve' ),
'name' => __( 'Second Homepage Widget Area', 'twentytwelve' ),
'id' => 'sidebar-3',
'description' => __( 'Appears when using the optional homepage template with a page set as Static Front Page', 'twentytwelve' ),
'before_widget' => '<aside id="%1$s" class="widget %2$s">',