Changeset 10788 for trunk/wp-admin/includes/template.php
- Timestamp:
- 03/15/2009 11:04:34 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10774 r10788 3381 3381 case 'options-general': 3382 3382 if ( !isset($_wp_contextual_help['options-general']) ) 3383 $_wp_contextual_help['options-general'] = __('<a href="http://codex.wordpress.org/Settings_General_SubPanel" target="_blank">General Settings</a>'); 3383 $_wp_contextual_help['options-general'] = __('<a href="http://codex.wordpress.org/Settings_General_SubPanel" target="_blank">General Settings</a>'); 3384 break; 3385 case 'theme-install': 3386 case 'plugin-install': 3387 if ( !isset($_GET['tab']) || 'dashboard' == $_GET['tab'] ) 3388 $_wp_contextual_help[$screen] = ' 3389 <p><strong>' . __('Search help') . '</strong></p>' . 3390 '<p>' . __('You may search based on 3 criteria:') . '<br />' . 3391 __('<strong>Term:</strong> Searches theme names and descriptions for the specified term') . '<br />' . 3392 __('<strong>Tag:</strong> Searches for themes tagged as such') . '<br />' . 3393 __('<strong>Author:</strong> Searches for themes created by the Author, or which the Author contributed to.') . "</p>\n"; 3384 3394 break; 3385 3395 } … … 3449 3459 } 3450 3460 3451 3452 3461 function screen_layout($screen) { 3453 3462 global $screen_layout_columns;
Note: See TracChangeset
for help on using the changeset viewer.