Ticket #15401: functions_updated_widget_description_twenty_ten.patch
File functions_updated_widget_description_twenty_ten.patch, 3.3 KB (added by , 15 years ago) |
---|
-
functions.php
356 356 register_sidebar( array( 357 357 'name' => __( 'Primary Widget Area', 'twentyten' ), 358 358 'id' => 'primary-widget-area', 359 'description' => __( 'Th e primary widget area', 'twentyten' ),359 'description' => __( 'This is the primary widget area. Drag and drop any widget here if you want to display it in the top right location in the sidebar.', 'twentyten' ), 360 360 'before_widget' => '<li id="%1$s" class="widget-container %2$s">', 361 361 'after_widget' => '</li>', 362 362 'before_title' => '<h3 class="widget-title">', … … 367 367 register_sidebar( array( 368 368 'name' => __( 'Secondary Widget Area', 'twentyten' ), 369 369 'id' => 'secondary-widget-area', 370 'description' => __( 'Th e secondary widget area', 'twentyten' ),370 'description' => __( 'This is the Secondary widget area. Drag and drop any widget here if you want to display it in the bottom right location in the sidebar.', 'twentyten' ), 371 371 'before_widget' => '<li id="%1$s" class="widget-container %2$s">', 372 372 'after_widget' => '</li>', 373 373 'before_title' => '<h3 class="widget-title">', … … 378 378 register_sidebar( array( 379 379 'name' => __( 'First Footer Widget Area', 'twentyten' ), 380 380 'id' => 'first-footer-widget-area', 381 'description' => __( 'Th e first footer widget area', 'twentyten' ),381 'description' => __( 'This is the first footer widget area. Drag and drop any widget here if you want to display it in the first position in the footer.', 'twentyten' ), 382 382 'before_widget' => '<li id="%1$s" class="widget-container %2$s">', 383 383 'after_widget' => '</li>', 384 384 'before_title' => '<h3 class="widget-title">', … … 389 389 register_sidebar( array( 390 390 'name' => __( 'Second Footer Widget Area', 'twentyten' ), 391 391 'id' => 'second-footer-widget-area', 392 'description' => __( 'Th e second footer widget area', 'twentyten' ),392 'description' => __( 'This is the second footer widget area. Drag and drop any widget here if you want to display it in the second position in the footer.', 'twentyten' ), 393 393 'before_widget' => '<li id="%1$s" class="widget-container %2$s">', 394 394 'after_widget' => '</li>', 395 395 'before_title' => '<h3 class="widget-title">', … … 400 400 register_sidebar( array( 401 401 'name' => __( 'Third Footer Widget Area', 'twentyten' ), 402 402 'id' => 'third-footer-widget-area', 403 'description' => __( 'Th e third footer widget area', 'twentyten' ),403 'description' => __( 'This is the third footer widget area. Drag and drop any widget here if you want to display it in the third position in the footer.', 'twentyten' ), 404 404 'before_widget' => '<li id="%1$s" class="widget-container %2$s">', 405 405 'after_widget' => '</li>', 406 406 'before_title' => '<h3 class="widget-title">', … … 411 411 register_sidebar( array( 412 412 'name' => __( 'Fourth Footer Widget Area', 'twentyten' ), 413 413 'id' => 'fourth-footer-widget-area', 414 'description' => __( 'Th e fourth footer widget area', 'twentyten' ),414 'description' => __( 'This is the fourth footer widget area. Drag and drop any widget here if you want to display it in the fourth position in the footer.', 'twentyten' ), 415 415 'before_widget' => '<li id="%1$s" class="widget-container %2$s">', 416 416 'after_widget' => '</li>', 417 417 'before_title' => '<h3 class="widget-title">',