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-search.php

    r4836 r5563  
    1111
    1212<div class="bbp-template-notice">
    13     <p><?php _e( 'Oh bother! No search results were found here!', 'bbpress' ); ?></p>
     13    <ul>
     14        <li><?php _e( 'Oh bother! No search results were found here!', 'bbpress' ); ?></li>
     15    </ul>
    1416</div>
Note: See TracChangeset for help on using the changeset viewer.