~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-admin/includes/class-wp-theme-install-list-table.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * @since 3.1.0
14
14
 * @access private
15
15
 *
16
 
 * @see WP_Thenes_List_Table
 
16
 * @see WP_Themes_List_Table
17
17
 */
18
18
class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
19
19
 
72
72
                $tabs = apply_filters( 'install_themes_tabs', $tabs );
73
73
 
74
74
                /**
75
 
                 * Filter tabs not associated with a menu item on the Install Themes screen.
 
75
                 * Filters tabs not associated with a menu item on the Install Themes screen.
76
76
                 *
77
77
                 * @since 2.8.0
78
78
                 *
124
124
                }
125
125
 
126
126
                /**
127
 
                 * Filter API request arguments for each Install Themes screen tab.
 
127
                 * Filters API request arguments for each Install Themes screen tab.
128
128
                 *
129
129
                 * The dynamic portion of the hook name, `$tab`, refers to the theme install
130
130
                 * tabs. Default tabs are 'dashboard', 'search', 'upload', 'featured',
290
290
                $actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
291
291
 
292
292
                /**
293
 
                 * Filter the install action links for a theme in the Install Themes list table.
 
293
                 * Filters the install action links for a theme in the Install Themes list table.
294
294
                 *
295
295
                 * @since 3.4.0
296
296
                 *