Plugin Directory

Changeset 3413184


Ignore:
Timestamp:
12/06/2025 06:32:52 PM (4 months ago)
Author:
tiomking
Message:

fix admin\php\reword-settings.php sonarqube issues and bump Wordpress tested version

Location:
reword/branches/refactor-notify-banner
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reword/branches/refactor-notify-banner/admin/php/reword-settings.php

    r3396290 r3413184  
    2222                    <td>
    2323                        <table>
     24                            <caption class="screen-reader-text">ReWord icon position options</caption>
     25                            <thead>
     26                                <tr>
     27                                    <th class="screen-reader-text" scope="col">Left</th>
     28                                    <th class="screen-reader-text" scope="col">Right</th>
     29                                </tr>
     30                            </thead>
    2431                            <tbody>
    2532                                <tr>
     
    9299                        <p class="description">
    93100                            Add emails to notify on new reports
    94                             <span class="dashicons dashicons-insert" style="vertical-align: middle; cursor: pointer;" onclick="rewordAddEmailText()"></span>
     101                            <button type="button"
     102                                class="dashicons dashicons-insert"
     103                                style="vertical-align: middle; cursor: pointer; border: none; background: none; padding: 0;"
     104                                aria-label="Add email"
     105                                title="Add email"
     106                                onclick="rewordAddEmailText()">
     107                            </button>
    95108                        </p>
    96109                        <br />
  • reword/branches/refactor-notify-banner/readme.txt

    r3396269 r3413184  
    44Tags: mistakes, spellcheck, typo, report, fix
    55Requires at least: 4.7.4
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 5.4
    88Stable tag: trunk
Note: See TracChangeset for help on using the changeset viewer.