Make WordPress Core

Changeset 17268


Ignore:
Timestamp:
01/12/2011 08:05:23 AM (14 years ago)
Author:
nacin
Message:

Document abstract methods in WP_List_Table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table.php

    r17255 r17268  
    105105     * @since 3.1.0
    106106     * @access public
     107     * @abstract
    107108     */
    108109    function ajax_user_can() {
     
    116117     * @since 3.1.0
    117118     * @access public
     119     * @abstract
    118120     */
    119121    function prepare_items() {
     
    539541     * @since 3.1.0
    540542     * @access protected
     543     * @abstract
    541544     *
    542545     * @return array
Note: See TracChangeset for help on using the changeset viewer.