Changeset 38725 for trunk/src/wp-admin/index.php
- Timestamp:
- 10/04/2016 08:26:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r37974 r38725 96 96 $screen->set_help_sidebar( 97 97 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 98 '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .99 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'98 '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen">Documentation on Dashboard</a>' ) . '</p>' . 99 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>' 100 100 ); 101 101
Note: See TracChangeset
for help on using the changeset viewer.