Make WordPress Core


Ignore:
Timestamp:
09/14/2008 05:37:54 AM (17 years ago)
Author:
ryan
Message:

Plugin install cleanups from Simek. fixes #7717

File:
1 edited

Legend:

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

    r8727 r8884  
    208208
    209209                $action_links = array();
    210                 $action_links[] = '<a href="' . admin_url('plugin-install.php?tab=plugin-information&plugin=' . $plugin['slug'] .
    211                                     '&TB_iframe=true&width=600&height=800') . '" class="thickbox onclick" title="' .
     210                $action_links[] = '<a href="' . admin_url('plugin-install.php?tab=plugin-information&amp;plugin=' . $plugin['slug'] .
     211                                    '&amp;TB_iframe=true&amp;width=600&amp;height=800') . '" class="thickbox onclick" title="' .
    212212                                    attribute_escape($name) . '">' . __('Install') . '</a>';
    213213
Note: See TracChangeset for help on using the changeset viewer.