Opened 4 years ago
Closed 4 years ago
#52845 closed defect (bug) (fixed)
Admin template.php file javascript code enhancement
Reported by: | nayanchamp7 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Administration | Keywords: | has-patch |
Focuses: | javascript, coding-standards | Cc: |
Description
Here in wp-admin/includes/template.php file has some codes which are not standards according to WordPress core javascript coding standards. In 2118 line, there is 'typeof' condition which is not given as strict equal condition.
<script type="text/javascript">if(typeof wpOnload=="function")wpOnload();</script>
These need to be updated.
Attachments (1)
Change History (5)
#2
@
4 years ago
- Milestone changed from Awaiting Review to 5.8
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
Note: See
TracTickets for help on using
tickets.
Updated the codes and tested.