Ticket #29018: 29018.patch
| File 29018.patch, 1.8 KB (added by , 12 years ago) |
|---|
-
wp-admin/includes/class-wp-plugin-install-list-table.php
374 374 switch ( $status['status'] ) { 375 375 case 'install': 376 376 if ( $status['url'] ) { 377 $action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label ledby="' . $plugin['slug']. '">' . __( 'Install Now' ) . '</a>';377 $action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . __( 'Install ' . $title . ' now' ) . '">' . __( 'Install Now' ) . '</a>'; 378 378 } 379 379 380 380 break; 381 381 case 'update_available': 382 382 if ( $status['url'] ) { 383 $action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label ledby="' . $plugin['slug']. '">' . __( 'Update Now' ) . '</a>';383 $action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . __( 'Update ' . $title . ' now' ) . '">' . __( 'Update Now' ) . '</a>'; 384 384 } 385 385 386 386 break; … … 394 394 $details_link = self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $plugin['slug'] . 395 395 '&TB_iframe=true&width=600&height=550' ); 396 396 397 $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label ledby="' . $plugin['slug']. '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';397 $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . __( 'More details about ' . $title ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>'; 398 398 399 399 400 400 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)