Changeset 5563 for trunk/src/templates/default/bbpress/form-topic-tag.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-topic-tag.php
r5561 r5563 23 23 24 24 <div class="bbp-template-notice info"> 25 <p><?php _e( 'Leave the slug empty to have one automatically generated.', 'bbpress' ); ?></p> 25 <ul> 26 <li><?php _e( 'Leave the slug empty to have one automatically generated.', 'bbpress' ); ?></li> 27 </ul> 26 28 </div> 27 29 28 30 <div class="bbp-template-notice"> 29 <p><?php _e( 'Changing the slug affects its permalink. Any links to the old slug will stop working.', 'bbpress' ); ?></p> 31 <ul> 32 <li><?php _e( 'Changing the slug affects its permalink. Any links to the old slug will stop working.', 'bbpress' ); ?></li> 33 </ul> 30 34 </div> 31 35 … … 65 69 66 70 <div class="bbp-template-notice"> 67 <p><?php _e( 'Merging tags together cannot be undone.', 'bbpress' ); ?></p> 71 <ul> 72 <li><?php _e( 'Merging tags together cannot be undone.', 'bbpress' ); ?></li> 73 </ul> 68 74 </div> 69 75 … … 94 100 95 101 <div class="bbp-template-notice info"> 96 <p><?php _e( 'This does not delete your topics. Only the tag itself is deleted.', 'bbpress' ); ?></p> 102 <ul> 103 <li><?php _e( 'This does not delete your topics. Only the tag itself is deleted.', 'bbpress' ); ?></li> 104 </ul> 97 105 </div> 98 106 <div class="bbp-template-notice"> 99 <p><?php _e( 'Deleting a tag cannot be undone.', 'bbpress' ); ?></p> 100 <p><?php _e( 'Any links to this tag will no longer function.', 'bbpress' ); ?></p> 107 <ul> 108 <li><?php _e( 'Deleting a tag cannot be undone.', 'bbpress' ); ?></li> 109 <li><?php _e( 'Any links to this tag will no longer function.', 'bbpress' ); ?></li> 110 </ul> 101 111 </div> 102 112 … … 120 130 </div> 121 131 122 <?php endif; ?>132 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.