Changeset 3413184
- Timestamp:
- 12/06/2025 06:32:52 PM (4 months ago)
- Location:
- reword/branches/refactor-notify-banner
- Files:
-
- 2 edited
-
admin/php/reword-settings.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reword/branches/refactor-notify-banner/admin/php/reword-settings.php
r3396290 r3413184 22 22 <td> 23 23 <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> 24 31 <tbody> 25 32 <tr> … … 92 99 <p class="description"> 93 100 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> 95 108 </p> 96 109 <br /> -
reword/branches/refactor-notify-banner/readme.txt
r3396269 r3413184 4 4 Tags: mistakes, spellcheck, typo, report, fix 5 5 Requires at least: 4.7.4 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 5.4 8 8 Stable tag: trunk
Note: See TracChangeset
for help on using the changeset viewer.