Make WordPress Core

Changeset 13522


Ignore:
Timestamp:
03/01/2010 06:01:00 AM (15 years ago)
Author:
nacin
Message:

Remove "Info" link in plugin installer. The "Install" link already opens a pop-up with information. see #11050

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin-install.php

    r13520 r13522  
    357357                                    '&TB_iframe=true&width=600&height=550') . '" class="thickbox onclick" title="' .
    358358                                    esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __('Install') . '</a>';
    359                 if ( isset( $plugin['homepage'] ) )
    360                     $action_links[] = '<a target="_blank" href="' . esc_attr( $plugin['homepage'] ) . '" title="' . esc_attr( sprintf( __( 'More information on %s' ), $name ) ) . '">' . __('Info') . '</a>';
    361 
    362                 $action_links = apply_filters('plugin_install_action_links', $action_links, $plugin);
     359
     360                $action_links = apply_filters( 'plugin_install_action_links', $action_links, $plugin );
    363361            ?>
    364362            <tr>
Note: See TracChangeset for help on using the changeset viewer.