Changeset 5637 for trunk/src/includes/admin/topics.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r5583 r5637 181 181 get_current_screen()->set_help_sidebar( 182 182 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 183 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .184 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'183 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 184 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 185 185 ); 186 186 } … … 239 239 get_current_screen()->set_help_sidebar( 240 240 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 241 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .242 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'241 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 242 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 243 243 ); 244 244 }
Note: See TracChangeset
for help on using the changeset viewer.