Changeset 5637 for trunk/src/includes/admin/settings.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/settings.php
r5466 r5637 1592 1592 $current_screen->set_help_sidebar( 1593 1593 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 1594 '<p>' . __( '<a href="http ://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .1595 '<p>' . __( '<a href="http ://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'1594 '<p>' . __( '<a href="https://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 1595 '<p>' . __( '<a href="https://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' 1596 1596 ); 1597 1597 }
Note: See TracChangeset
for help on using the changeset viewer.