Twenty Twelve: better naming for the homepage widget areas, props nacin. See #21619.
git-svn-id: https://develop.svn.wordpress.org/trunk@21558 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
35ad2034b2
commit
453941f725
@ -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">',
|
||||
|
Loading…
Reference in New Issue
Block a user