[wp-trac] [WordPress Trac] #28749: Unused variable $num_ratings in WP_Theme_Install_List_Table

WordPress Trac noreply at wordpress.org
Mon Jul 14 14:57:24 UTC 2014


#28749: Unused variable $num_ratings in WP_Theme_Install_List_Table
--------------------------+------------------------------
 Reporter:  Corphi        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Themes        |     Version:  3.8
 Severity:  trivial       |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by michalzuber):

 It's not included
 {{{
 wordpress-svn$ grep -r class-wp-theme-install-list-table src
 src/wp-admin/includes/ajax-actions.php:2580:    /** This filter is
 documented in wp-admin/includes/class-
 wp-theme-install-list-table.php */
 }}}

 Tried other variatons, maybe required with some combination with a
 variable.
 {{{
 wordpress-svn$ grep -r class-wp-theme-install src
 No result
 wordpress-svn$ grep -r class-wp-theme src
 src/wp-settings.php:119:require( ABSPATH . WPINC . '/class-wp-theme.php'
 );
 wordpress-svn$ grep -r theme-install-list src
 No result
 wordpress-svn$ grep -r install-list src
 No result
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28749#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list