Changeset 5563 for trunk/src/templates/default/bbpress/form-reply-move.php
- Timestamp:
- 11/11/2014 05:25:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-reply-move.php
r5561 r5563 27 27 28 28 <div class="bbp-template-notice info"> 29 <p><?php _e( 'You can either make this reply a new topic with a new title, or merge it into an existing topic.', 'bbpress' ); ?></p> 29 <ul> 30 <li><?php _e( 'You can either make this reply a new topic with a new title, or merge it into an existing topic.', 'bbpress' ); ?></li> 31 </ul> 30 32 </div> 31 33 32 34 <div class="bbp-template-notice"> 33 <p><?php _e( 'If you choose an existing topic, replies will be ordered by the time and date they were created.', 'bbpress' ); ?></p> 35 <ul> 36 <li><?php _e( 'If you choose an existing topic, replies will be ordered by the time and date they were created.', 'bbpress' ); ?></li> 37 </ul> 34 38 </div> 35 39 … … 65 69 </fieldset> 66 70 67 <div class="bbp-template-notice error"> 68 <p><?php _e( '<strong>WARNING:</strong> This process cannot be undone.', 'bbpress' ); ?></p> 71 <div class="bbp-template-notice error" role="alert" tabindex="-1"> 72 <ul> 73 <li><?php _e( '<strong>WARNING:</strong> This process cannot be undone.', 'bbpress' ); ?></li> 74 </ul> 69 75 </div> 70 76
Note: See TracChangeset
for help on using the changeset viewer.