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/templates/default/bbpress/feedback-no-access.php

    r4836 r5563  
    1414    <div class="entry-content">
    1515        <div class="bbp-template-notice info">
    16             <p><?php _e( 'You do not have permission to view this forum.', 'bbpress' ); ?></p>
     16            <ul>
     17                <li><?php _e( 'You do not have permission to view this forum.', 'bbpress' ); ?></li>
     18            </ul>
    1719        </div>
    1820    </div>
Note: See TracChangeset for help on using the changeset viewer.