Changeset 19684 for trunk/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 01/05/2012 08:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r19593 r19684 1363 1363 $install_actions['plugins_page'] = '<a href="' . self_admin_url('plugins.php') . '" title="' . esc_attr__('Return to Plugins page') . '" target="_parent">' . __('Return to Plugins page') . '</a>'; 1364 1364 1365 1366 1365 if ( ! $this->result || is_wp_error($this->result) ) { 1367 1366 unset( $install_actions['activate_plugin'] );
Note: See TracChangeset
for help on using the changeset viewer.