Make WordPress Core

Changeset 29173


Ignore:
Timestamp:
07/14/2014 08:27:37 PM (9 years ago)
Author:
ocean90
Message:

Remove unused variable in WP_Theme_Install_List_Table::install_theme_info(). Unused since [26380].

props Corphi.
fixes #28749.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php

    r29137 r29173  
    343343        $name   = wp_kses( $theme->name,   $themes_allowedtags );
    344344        $author = wp_kses( $theme->author, $themes_allowedtags );
    345 
    346         $num_ratings = sprintf( _n( '(based on %s rating)', '(based on %s ratings)', $theme->num_ratings ), number_format_i18n( $theme->num_ratings ) );
    347345
    348346        $install_url = add_query_arg( array(
Note: See TracChangeset for help on using the changeset viewer.