[wp-trac] [WordPress Trac] #31519: Classes that extend WP_List_Table no longer return undefined variables
WordPress Trac
noreply at wordpress.org
Tue Mar 3 21:10:57 UTC 2015
#31519: Classes that extend WP_List_Table no longer return undefined variables
-----------------------------+-----------------------------
Reporter: johnjamesjacoby | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords: 2nd-opinion
Focuses: |
-----------------------------+-----------------------------
Magic methods in `WP_List_Table` previously returned any requested
variable, allowing subclasses to add their own without needing to define
them in the subclass.
Related to changes in [WP31146] & #WP30891, any classes which extend
`WP_List_Table` that do not define their variables will return `null`
where they previously returned anticipated results.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31519>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list