Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 9 years ago

#24938 closed enhancement (duplicate)

Consider WP_List_Table public

Reported by: DavidAnderson Owned by:
Priority: normal Milestone:
Component: Administration Version: 3.6
Severity: normal Keywords:
Cc: Focuses:

Description

WP_List_Table is far too nice to be left as private - it's too tempting to use it as a plugin developer. It's less work to just use it's lovely featurse and then do the work of keeping up to date of tracking core changes, than to re-make it for your own plugin.

Therefore I propose changing the hint in class-wp-list-table.php from:

  • @access private

to:

  • @access public

Change History (3)

#1 @SergeyBiryukov
13 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Duplicate of #18449.

#2 @SergeyBiryukov
13 years ago

  • Version trunk3.6

This ticket was mentioned in Slack in #core by sergey. View the logs.


9 years ago

Note: See TracTickets for help on using tickets.