Opened 12 months ago
Closed 12 months ago
#60165 closed defect (bug) (invalid)
Unused variable $parent_file on the settings.php file
Reported by: | viralsampat | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
I have reviewed the settings.php file and found that the $parent_file is unused. So I think as per the coding standard we need to remove the $parent_file variable.
files: wp-admin/network/settings.php
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I have added patch.