Changeset 10788 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 03/15/2009 11:04:34 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/plugin-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r10759 r10788 126 126 127 127 <h4><?php _e('Search') ?></h4> 128 <?php install_search_form('<a href="' . add_query_arg('show-help', !isset($_REQUEST['show-help'])) .'" onclick="jQuery(\'#search-help\').toggle(); return false;">' . __('[need help?]') . '</a>') ?> 129 <div id="search-help" style="display: <?php echo isset($_REQUEST['show-help']) ? 'block' : 'none'; ?>;"> 130 <p> <?php _e('You may search based on 3 criteria:') ?><br /> 131 <?php _e('<strong>Term:</strong> Searches plugins names and descriptions for the specified term') ?><br /> 132 <?php _e('<strong>Tag:</strong> Searches for plugins tagged as such') ?><br /> 133 <?php _e('<strong>Author:</strong> Searches for plugins created by the Author, or which the Author contributed to.') ?></p> 134 </div> 128 <?php install_search_form(); ?> 135 129 136 130 <h4><?php _e('Install a plugin in .zip format') ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.