Ticket #2841: 2841.2.diff
| File 2841.2.diff, 1.0 KB (added by , 11 years ago) |
|---|
-
src/includes/admin/tools.php
93 93 <strong><?php echo esc_html( $item['description'] ); ?></strong> 94 94 <div class="row-actions hide-if-no-js"> 95 95 <span class="run"> 96 <a href="<?php bbp_admin_repair_tool_run_url( $item['id'] ); ?>" aria-label="<?php printf( esc_html__( 'Run %s', 'bbpress' ), $item['description'] ); ?>" id="<?php echo esc_attr( $item['id'] ); ?>" ><?php esc_html_e( 'Run', 'bbpress' ); ?></a>96 <a href="<?php bbp_admin_repair_tool_run_url( $item['id'] ); ?>" aria-label="<?php printf( esc_html__( 'Run %s', 'bbpress' ), $item['description'] ); ?>" id="<?php echo esc_attr( $item['id'] ); ?>" data-nonce="<?php echo wp_create_nonce( $item['id'] ); ?>" ><?php esc_html_e( 'Run', 'bbpress' ); ?></a> 97 97 </span> 98 98 </div> 99 99 <button type="button" class="toggle-row">