Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/11/2014 05:25:09 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Convert template notices from paragraph tags to unordered lists.

Improves accessibility by hinting there may be several notices on the page.

Props Karl Groves, netweb. FIxes #2637.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/forums/template.php

    r5562 r5563  
    20662066        $r = bbp_parse_args( $args, array(
    20672067            'forum_id'  => 0,
    2068             'before'    => '<div class="bbp-template-notice info"><p class="bbp-forum-description">',
    2069             'after'     => '</p></div>',
     2068            'before'    => '<div class="bbp-template-notice info"><ul><li class="bbp-forum-description">',
     2069            'after'     => '</li></ul></div>',
    20702070            'size'      => 14,
    20712071            'feed'      => true
Note: See TracChangeset for help on using the changeset viewer.