Changeset 36964 for trunk/src/wp-admin/about.php
- Timestamp:
- 03/10/2016 10:36:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r36171 r36964 140 140 ); 141 141 142 $plugin_link = '<a href="' . esc_url( add_query_arg( $url_args, network_admin_url( 'plugin-install.php' ) ) ) . '" class="thickbox ">WordPress REST API</a>';142 $plugin_link = '<a href="' . esc_url( add_query_arg( $url_args, network_admin_url( 'plugin-install.php' ) ) ) . '" class="thickbox open-plugin-details-modal">WordPress REST API</a>'; 143 143 } else { 144 144 $plugin_link = '<a href="https://wordpress.org/plugins/rest-api">WordPress REST API</a>';
Note: See TracChangeset
for help on using the changeset viewer.