Make WordPress Core


Ignore:
Timestamp:
07/12/2015 06:31:09 PM (9 years ago)
Author:
DrewAPicture
Message:

Fix the summaries for a few methods and hooks added to WP_List_Table in 4.3.

See [32644]. See #32891.

File:
1 edited

Legend:

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

    r33155 r33178  
    851851
    852852    /**
    853      * Get the name of the default primary column.
     853     * Gets the name of the default primary column.
    854854     *
    855855     * @since 4.3.0
     
    877877
    878878    /**
    879      * Get the name of the primary column.
     879     * Gets the name of the primary column.
    880880     *
    881881     * @since 4.3.0
     
    889889
    890890        /**
    891          * Filter the name of the primary column for the current list table, with context
    892          * as argument (eg: 'plugins').
     891         * Filter the name of the primary column for the current list table.
    893892         *
    894893         * @since 4.3.0
     
    12371236
    12381237    /**
    1239      * Generate and display row actions links
     1238     * Generates and display row actions links for the list table.
    12401239     *
    12411240     * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.