Changeset 5868 for trunk/src/includes/admin/topics.php
- Timestamp:
- 07/17/2015 11:49:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r5850 r5868 227 227 '<p>' . __( 'Select the attributes that your topic should have:', 'bbpress' ) . '</p>' . 228 228 '<ul>' . 229 '<li>' . __( '<strong>Forum</strong> dropdown determines the parent forum that the topic belongs to. Select the forum or category from the dropdown, or leave the default (No Forum)to post the topic without an assigned forum.', 'bbpress' ) . '</li>' .229 '<li>' . __( '<strong>Forum</strong> dropdown determines the parent forum that the topic belongs to. Select the forum or category from the dropdown, or leave the default "No forum" to post the topic without an assigned forum.', 'bbpress' ) . '</li>' . 230 230 '<li>' . __( '<strong>Topic Type</strong> dropdown indicates the sticky status of the topic. Selecting the super sticky option would stick the topic to the front of your forums, i.e. the topic index, sticky option would stick the topic to its respective forum. Selecting normal would not stick the topic anywhere.', 'bbpress' ) . '</li>' . 231 231 '</ul>' … … 780 780 781 781 } else { 782 esc_html_e( ' (No Forum)', 'bbpress' );782 esc_html_e( '— No forum —', 'bbpress' ); 783 783 } 784 784
Note: See TracChangeset
for help on using the changeset viewer.