Opened 10 years ago
Closed 10 years ago
#31308 closed defect (bug) (fixed)
Use correct default values in wp-admin/includes/template.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | template | Cc: |
Description
- replace default value
'1'
ofint
variable$position
inwp_comment_reply
function with1
; - replace default value
false
ofstring
variable$selected
inwp_dropdown_roles
function with''
; - replace default values
null
ofstring
variable$text
andarray|string
variable$other_attribues
inget_submit_button function
with''
;
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Related #30799