Changeset 29171
- Timestamp:
- 07/14/2014 07:49:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r29152 r29171 280 280 '&TB_iframe=true&width=600&height=550' ); 281 281 282 /**283 * Filter the details link for a plugin.284 *285 * @since 4.0.0286 *287 * @param array $details_link Link to view the current plugin's details.288 * @param array $plugin The plugin currently being listed.289 */290 $details_link = apply_filters( 'plugin_install_details_link', $details_link, $plugin );291 292 282 $action_links[] = '<a href="' . esc_attr( $details_link ) . '" class="thickbox" title="' . 293 283 esc_attr( sprintf( __( 'More information about %s' ), $name ) ) . '">' . __( 'More Details' ) . '</a>'; … … 305 295 <div class="plugin-card"> 306 296 <div class="plugin-card-top"> 307 <div class="name column-name"<?php echo $style['name']; ?>><h4><a href="<?php echo esc_attr( $details_link ) ?>" class="thickbox"><?php echo $title; ?></a></h4> 297 <div class="name column-name"<?php echo $style['name']; ?>> 298 <h4><a href="<?php echo esc_attr( $details_link ) ?>" class="thickbox"><?php echo $title; ?></a></h4> 308 299 <div class="action-links"> 309 300 <?php
Note: See TracChangeset
for help on using the changeset viewer.