Opened 6 years ago
Closed 6 years ago
#3783 closed defect (bug) (duplicate)
Extraneous </select> element in Options, but where is it coming from?
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Administration | Version: | 2.1 |
| Severity: | trivial | Keywords: | options extraneous element administration |
| Cc: | johnbillion+wp@… |
Description
If you view-source your Options->Reading page, there is an extraneous </select> element right at the end of the "Show at most: X posts" line.
I dived into wp-admin/options-reading.php to patch it... but lo and behold on line 55 you'll see there is no sign of a </select> element! I guess _e('posts') must be spitting it out somehow.
It's hardly an important issue but I am interested in how on earth it's getting there.
Anyone?
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #3709 fixed for 2.2 in [4828] and 2.1.1 in [4829]