Make WordPress Core

Changeset 29130


Ignore:
Timestamp:
07/13/2014 10:30:53 AM (11 years ago)
Author:
ocean90
Message:

Remove unused variable in wp_dashboard_plugins_output(). Unused since [26144].

props michalzuber.
see #28872.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r28742 r29130  
    10931093
    10941094        $title = esc_html( $item->get_title() );
    1095 
    1096         $description = esc_html( strip_tags( @html_entity_decode( $item->get_description(), ENT_QUOTES, get_option( 'blog_charset' ) ) ) );
    10971095
    10981096        $ilink = wp_nonce_url('plugin-install.php?tab=plugin-information&plugin=' . $slug, 'install-plugin_' . $slug) . '&TB_iframe=true&width=600&height=800';
Note: See TracChangeset for help on using the changeset viewer.