Changeset 9517 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 02/20/2015 06:02:50 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r9471 r9517 243 243 get_current_screen()->set_help_sidebar( 244 244 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 245 '<p>' . __( '<a href="http ://codex.buddypress.org/buddypress-site-administration/managing-activity/">Managing Activity</a>', 'buddypress' ) . '</p>' .246 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'245 '<p>' . __( '<a href="https://codex.buddypress.org/administrator-guide/activity-stream-management-panels/">Managing Activity</a>', 'buddypress' ) . '</p>' . 246 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 247 247 ); 248 248 … … 288 288 get_current_screen()->set_help_sidebar( 289 289 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 290 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'290 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 291 291 ); 292 292 }
Note: See TracChangeset
for help on using the changeset viewer.