Changeset 32062 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 04/07/2015 03:08:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r31990 r32062 562 562 case 'update_available': 563 563 if ( $status['url'] ) { 564 echo '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Update Now' ) .'</a>';564 echo '<a data-slug="' . esc_attr( $api->slug ) . '" id="plugin_update_from_iframe" class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Update Now' ) .'</a>'; 565 565 } 566 566 break;
Note: See TracChangeset
for help on using the changeset viewer.