Make WordPress Core

Ticket #28853: 28853.5.patch

File 28853.5.patch, 828 bytes (added by DrewAPicture, 9 years ago)

id for labelled-by

  • src/wp-admin/includes/class-wp-plugin-install-list-table.php

     
    410410                <div class="plugin-card">
    411411                        <div class="plugin-card-top">
    412412                                <div class="name column-name"<?php echo $style['name']; ?>>
    413                                         <h4><a href="<?php echo esc_url( $details_link ) ?>" class="thickbox"><?php echo $title; ?></a></h4>
     413                                        <h4 id="<?php echo $plugin['slug']; ?>"><a href="<?php echo esc_attr( $details_link ) ?>" class="thickbox" data-title="<?php esc_attr_e( $name ); ?>"><?php echo $title; ?></a></h4>
    414414                                        <div class="action-links">
    415415                                                <?php
    416416                                                        if ( ! empty( $action_links ) ) {