Make WordPress Core


Ignore:
Timestamp:
10/17/2020 04:03:58 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix and upgrade various object docblock notations.

See #50768

File:
1 edited

Legend:

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

    r48595 r49183  
    491491     * @since 4.3.0
    492492     *
    493      * @param object $user        User being acted upon.
    494      * @param string $column_name Current column name.
    495      * @param string $primary     Primary column name.
     493     * @param WP_User $user        User being acted upon.
     494     * @param string  $column_name Current column name.
     495     * @param string  $primary     Primary column name.
    496496     * @return string Row actions output for users in Multisite, or an empty string
    497497     *                if the current column is not the primary column.
Note: See TracChangeset for help on using the changeset viewer.