Changeset 5637 for trunk/src/includes/admin/forums.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r5466 r5637 169 169 get_current_screen()->set_help_sidebar( 170 170 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 171 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .172 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'171 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 172 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 173 173 ); 174 174 } … … 230 230 get_current_screen()->set_help_sidebar( 231 231 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 232 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .233 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'232 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 233 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 234 234 ); 235 235 }
Note: See TracChangeset
for help on using the changeset viewer.