- Timestamp:
- 03/10/2016 10:36:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r36581 r36964 477 477 478 478 /* translators: 1: Plugin name and version. */ 479 $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox " aria-label="' . esc_attr( sprintf( __( 'More information about %s' ), $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';479 $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox open-plugin-details-modal" aria-label="' . esc_attr( sprintf( __( 'More information about %s' ), $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>'; 480 480 481 481 if ( !empty( $plugin['icons']['svg'] ) ) { … … 505 505 <div class="name column-name"> 506 506 <h3> 507 <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox ">507 <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox open-plugin-details-modal"> 508 508 <?php echo $title; ?> 509 509 <img src="<?php echo esc_attr( $plugin_icon_url ) ?>" class="plugin-icon" alt="">
Note: See TracChangeset
for help on using the changeset viewer.