Ticket #2371: meta-2371.patch
File meta-2371.patch, 821 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php
353 353 'description' => sprintf( __( 'Used on %s pages', 'wporg' ), $this->label ), 354 354 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 355 355 'after_widget' => '</aside>', 356 'before_title' => '<h 1class="widget-title">',357 'after_title' => '</h 1>',356 'before_title' => '<h2 class="widget-title">', 357 'after_title' => '</h2>', 358 358 ); 359 359 360 360 $sidebar_args = apply_filters( 'wporg_handbook_sidebar_args', $sidebar_args, $this );