[wp-trac] [WordPress Trac] #15386: WP_List_Table::get_columns does not work for plugins
WordPress Trac
wp-trac at lists.automattic.com
Sat Nov 19 01:50:38 UTC 2011
#15386: WP_List_Table::get_columns does not work for plugins
--------------------------+-------------------------
Reporter: ptahdunbar | Owner: scribu
Type: defect (bug) | Status: closed
Priority: high | Milestone:
Component: General | Version: 3.1
Severity: major | Resolution: worksforme
Keywords: needs-patch |
--------------------------+-------------------------
Comment (by dd32):
Replying to [comment:13 markoheijnen]:
> What does of means that it is private. This class is a brilliant asset a
developer can use since you want the same look in your plugin as WordPress
itself.
The private status in this case means exactly what Private access means in
applications "This should only be used by the core application at this
point in time". It'll be rehashed elsewhere, but put basically: Don't use
this while it's Private and expect core to retain compatibility in future
releases, It'll be changed and will most likely break whatever you're
currently doing with it in a million piece.
It's going to be a useful functionality to Plugin developers, We're just
not quite at the point where we can offer it up to developers.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15386#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list