Make WordPress Core

Changeset 27355


Ignore:
Timestamp:
03/02/2014 08:31:15 PM (10 years ago)
Author:
DrewAPicture
Message:

Tweak inline documentation for hooks in wp-admin/includes/class-wp-users-list-table.php.

Props kpdesign.
Fixes #26203.

File:
1 edited

Legend:

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

    r27342 r27355  
    219219
    220220        /**
    221          * Fires just before the closing div containing the buik role-change controls
     221         * Fires just before the closing div containing the bulk role-change controls
    222222         * in the Users list table.
    223223         *
     
    372372
    373373            /**
    374              * Filter user row actions for a single row in the Users list table.
     374             * Filter the action links displayed under each user in the Users list table.
    375375             *
    376376             * @since 2.8.0
    377377             *
    378              * @param array   $actions     Array of row actions actions.
     378             * @param array   $actions     An array of action links to be displayed.
     379             *                             Default 'Edit', 'Delete' for single site, and
     380             *                             'Edit', 'Remove' for Multisite.
    379381             * @param WP_User $user_object WP_User object for the currently-listed user.
    380382             */
     
    437439
    438440                    /**
    439                      * Filter display output of custom columns in the Users list table.
     441                     * Filter the display output of custom columns in the Users list table.
    440442                     *
    441443                     * @since 2.8.0
    442444                     *
    443                      * @param string $output Custom column output. Default empty.
     445                     * @param string $output      Custom column output. Default empty.
    444446                     * @param string $column_name Column name.
    445447                     * @param int    $user_id     ID of the currently-listed user.
Note: See TracChangeset for help on using the changeset viewer.