Changeset 5637 for trunk/src/includes/admin/tools.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r5473 r5637 124 124 '<p>' . 125 125 '<ul>' . 126 '<li>' . __( 'BuddyPress Group Forums: <a href="http ://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/">Installing Group and Sitewide Forums</a> and <a href="http://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/">Migrating from old forums to bbPress 2.2+</a>.', 'bbpress' ) . '</li>' .127 '<li>' . __( 'bbPress roles: <a href="http ://codex.bbpress.org/bbpress-user-roles-and-capabilities/" target="_blank">bbPress User Roles and Capabilities</a>', 'bbpress' ) . '</li>' .126 '<li>' . __( 'BuddyPress Group Forums: <a href="https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/">Installing Group and Sitewide Forums</a> and <a href="https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/">Migrating from old forums to bbPress 2.2+</a>.', 'bbpress' ) . '</li>' . 127 '<li>' . __( 'bbPress roles: <a href="https://codex.bbpress.org/bbpress-user-roles-and-capabilities/" target="_blank">bbPress User Roles and Capabilities</a>', 'bbpress' ) . '</li>' . 128 128 '</ul>' . 129 129 '</p>' . 130 '<p>' . __( 'Also see <a href="http ://codex.bbpress.org/repair-forums/">bbPress: Repair Forums</a>.', 'bbpress' ) . '</p>'130 '<p>' . __( 'Also see <a href="https://codex.bbpress.org/repair-forums/">bbPress: Repair Forums</a>.', 'bbpress' ) . '</p>' 131 131 ) ); 132 132 … … 134 134 $current_screen->set_help_sidebar( 135 135 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 136 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .137 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'136 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 137 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 138 138 ); 139 139 } … … 159 159 'id' => 'reset_forums', 160 160 'title' => __( 'Reset Forums', 'bbpress' ), 161 'content' => '<p>' . __( 'Also see <a href="http ://codex.bbpress.org/reset-forums/">bbPress: Reset Forums</a>.', 'bbpress' ) . '</p>'161 'content' => '<p>' . __( 'Also see <a href="https://codex.bbpress.org/reset-forums/">bbPress: Reset Forums</a>.', 'bbpress' ) . '</p>' 162 162 ) ); 163 163 … … 165 165 $current_screen->set_help_sidebar( 166 166 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 167 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .168 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'167 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 168 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 169 169 ); 170 170 } … … 192 192 'content' => '<p>' . __( 'This screen provides access to all of the bbPress Import Forums settings and resources.', 'bbpress' ) . '</p>' . 193 193 '<p>' . __( 'Please see the additional help tabs for more information on each individual section.', 'bbpress' ) . '</p>' . 194 '<p>' . __( 'Also see the main article on the bbPress codex <a href="http ://codex.bbpress.org/import-forums/">bbPress: Import Forums</a>.', 'bbpress' ) . '</p>'194 '<p>' . __( 'Also see the main article on the bbPress codex <a href="https://codex.bbpress.org/import-forums/">bbPress: Import Forums</a>.', 'bbpress' ) . '</p>' 195 195 ) ); 196 196 … … 224 224 $current_screen->set_help_sidebar( 225 225 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 226 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .227 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'226 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 227 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 228 228 ); 229 229 }
Note: See TracChangeset
for help on using the changeset viewer.