Changeset 14989 for trunk/wp-admin/options-general.php
- Timestamp:
- 05/27/2010 11:52:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r14746 r14989 51 51 add_filter('admin_head', 'add_js'); 52 52 53 add_contextual_help($current_screen, __('<a href="http://codex.wordpress.org/Settings_General_SubPanel" target="_blank">General Settings</a>'));53 add_contextual_help($current_screen, __('<a href="http://codex.wordpress.org/Settings_General_SubPanel">General Settings Documentation</a>')); 54 54 55 55 include('./admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.