Make WordPress Core


Ignore:
Timestamp:
11/17/2010 06:47:34 PM (16 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r16372 r16438  
    258258
    259259                if ( 'active' != $status ) {
    260                         $action = $screen->is_network ? 'network-activate-selected' : 'activate-selected'; 
     260                        $action = $screen->is_network ? 'network-activate-selected' : 'activate-selected';
    261261                        $actions[ $action ] = __( 'Activate' );
    262262                }
     
    433433                                        if ( ! empty( $plugin_data['PluginURI'] ) )
    434434                                                $plugin_meta[] = '<a href="' . $plugin_data['PluginURI'] . '" title="' . __( 'Visit plugin site' ) . '">' . __( 'Visit plugin site' ) . '</a>';
    435        
     435
    436436                                        $plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status );
    437437                                        echo implode( ' | ', $plugin_meta );
Note: See TracChangeset for help on using the changeset viewer.