Opened 10 years ago
Closed 10 years ago
#31310 closed defect (bug) (fixed)
Return empty strings in for wp-admin/includes/template.php
Reported by: | ipm-frommen | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | template | Cc: |
Description
- replace empty
return;
statements for_list_meta_row
function with@return string
PHPDoc comment withreturn '';
;
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 31442: