- Timestamp:
- 01/19/2015 08:43:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r31164 r31244 85 85 * @since 2.7.0 86 86 * 87 * @param array $tabs The tabs shown on the Plugin Install screen. Defaults are 'dashboard', 'search',88 * ' upload', 'featured', 'popular', 'new', and 'favorites'.87 * @param array $tabs The tabs shown on the Plugin Install screen. Defaults include 'featured', 'popular', 88 * 'recommended', 'favorites', and 'upload'. 89 89 */ 90 90 $tabs = apply_filters( 'install_plugins_tabs', $tabs ); … … 162 162 * 163 163 * The dynamic portion of the hook name, `$tab`, refers to the plugin install tabs. 164 * Default tabs are 'dashboard', 'search', 'upload', 'featured', 'popular', 'new', 165 * and 'favorites'. 164 * Default tabs include 'featured', 'popular', 'recommended', 'favorites', and 'upload'. 166 165 * 167 166 * @since 3.7.0
Note: See TracChangeset
for help on using the changeset viewer.