Make WordPress Core


Ignore:
Timestamp:
05/23/2012 06:00:09 PM (14 years ago)
Author:
nacin
Message:

Remove debug cruft from [20852].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-plugins-list-table.php

    r20852 r20853  
    7070                                foreach ( (array) $plugins['all'] as $plugin_file => $plugin_data ) {
    7171                                        if ( isset( $current->response[ $plugin_file ] ) ) {
    72                                                 ob_start();
    73                                                 var_dump( $current->response[ $plugin_file ] );
    74                                                 error_log( $plugin_file . ': ' . ob_get_clean() );
    75                                         }
    76                                         if ( ! empty( $current->response[ $plugin_file ] ) ) {
    7772                                                $plugins['all'][ $plugin_file ]['update'] = true;
    7873                                                $plugins['upgrade'][ $plugin_file ] = $plugins['all'][ $plugin_file ];
Note: See TracChangeset for help on using the changeset viewer.