Changeset 7372 for trunk/src/includes/admin/topics.php
- Timestamp:
- 11/18/2025 12:55:54 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/topics.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r7360 r7372 116 116 // Overview 117 117 get_current_screen()->add_help_tab( array( 118 'id' => 'overview',119 'title' => __( 'Overview', 'bbpress' ),120 'content' =>118 'id' => 'overview', 119 'title' => __( 'Overview', 'bbpress' ), 120 'content' => 121 121 '<p>' . __( 'This screen displays the individual topics on your site. You can customize the display of this screen to suit your workflow.', 'bbpress' ) . '</p>' 122 122 ) ); … … 124 124 // Screen Content 125 125 get_current_screen()->add_help_tab( array( 126 'id' => 'screen-content',127 'title' => __( 'Screen Content', 'bbpress' ),128 'content' =>126 'id' => 'screen-content', 127 'title' => __( 'Screen Content', 'bbpress' ), 128 'content' => 129 129 '<p>' . __( 'You can customize the display of this screen’s contents in a number of ways:', 'bbpress' ) . '</p>' . 130 130 '<ul>' . … … 138 138 // Available Actions 139 139 get_current_screen()->add_help_tab( array( 140 'id' => 'action-links',141 'title' => __( 'Available Actions', 'bbpress' ),142 'content' =>140 'id' => 'action-links', 141 'title' => __( 'Available Actions', 'bbpress' ), 142 'content' => 143 143 '<p>' . __( 'Hovering over a row in the topics list will display action links that allow you to manage your topic. You can perform the following actions:', 'bbpress' ) . '</p>' . 144 144 '<ul>' . … … 156 156 // Bulk Actions 157 157 get_current_screen()->add_help_tab( array( 158 'id' => 'bulk-actions',159 'title' => __( 'Bulk Actions', 'bbpress' ),160 'content' =>158 'id' => 'bulk-actions', 159 'title' => __( 'Bulk Actions', 'bbpress' ), 160 'content' => 161 161 '<p>' . __( 'You can also edit, spam, or move multiple topics to the trash at once. Select the topics you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.', 'bbpress' ) . '</p>' . 162 162 '<p>' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected topics at once. To remove a topic from the grouping, just click the x next to its name in the Bulk Edit area that appears.', 'bbpress' ) . '</p>'
Note: See TracChangeset
for help on using the changeset viewer.