Opened 20 months ago
Closed 20 months ago
#57676 closed enhancement (invalid)
Object property is not in valid snake_case format
Reported by: | madhusudan1825 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Widgets | Keywords: | needs-patch |
Focuses: | coding-standards | Cc: |
Description
File path :
wp-includes/widgets/class-wp-widget-text.php
For the "nodeName" and "textContent" properties, need to rename for maintaining snake_case format as per the coding standard.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Those properties are properties from the PHP native `DOMElement` class. Changing the case is not possible without first changing it in PHP itself.
In other words: the case of those properties should NOT be touched.