Opened 8 years ago
Closed 8 years ago
#1501 closed enhancement (duplicate)
Semantics - add ids to edit post screen time modification ui
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.5 |
| Severity: | normal | Keywords: | bg|squashed |
| Cc: |
Description
from birnamdesigns - http://wordpress.org/support/topic/38724
The "touch_time" function in "wp-admin/admin-functions.php" needs a small improvement in the HTML syntax. The input tags (such as "jj", "hh", etc.) that receive input for altering the timestamp have "name" attributes, but are lacking "id" attributes.
Adding "id" attributes would allow for javascript retrieval of these fields with "getElementById" instead of the less-reliable "getElementByName".
Change History (1)
comment:1
markjaquith — 8 years ago
- Keywords bg|squashed added
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Dupe of #1796 (and that one has a patch)