Remove unused variable in `WP_Theme_Install_List_Table::install_theme_info()`. Unused since [26380].
props Corphi. fixes #28749. Built from https://develop.svn.wordpress.org/trunk@29173 git-svn-id: http://core.svn.wordpress.org/trunk@28957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e45cc8b5e2
commit
1ecb1f0e8b
|
@ -343,8 +343,6 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
$name = wp_kses( $theme->name, $themes_allowedtags );
|
||||
$author = wp_kses( $theme->author, $themes_allowedtags );
|
||||
|
||||
$num_ratings = sprintf( _n( '(based on %s rating)', '(based on %s ratings)', $theme->num_ratings ), number_format_i18n( $theme->num_ratings ) );
|
||||
|
||||
$install_url = add_query_arg( array(
|
||||
'action' => 'install-theme',
|
||||
'theme' => $theme->slug,
|
||||
|
|
Loading…
Reference in New Issue