Making WordPress.org

Changeset 4626


Ignore:
Timestamp:
01/11/2017 07:08:32 PM (8 years ago)
Author:
coffee2code
Message:

Handbook plugin: Use h2 as tag for widget titles instead of h1.

Props SergeyBiryukov.
Fixes #2371.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php

    r4498 r4626  
    354354            'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    355355            'after_widget'  => '</aside>',
    356             'before_title'  => '<h1 class="widget-title">',
    357             'after_title'   => '</h1>',
     356            'before_title'  => '<h2 class="widget-title">',
     357            'after_title'   => '</h2>',
    358358        );
    359359
Note: See TracChangeset for help on using the changeset viewer.