Make WordPress Core


Ignore:
Timestamp:
10/17/2020 04:03:58 PM (4 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-posts-list-table.php

    r49108 r49183  
    13221322     * @since 4.3.0
    13231323     *
    1324      * @param object $post        Post being acted upon.
    1325      * @param string $column_name Current column name.
    1326      * @param string $primary     Primary column name.
     1324     * @param WP_Post $post        Post being acted upon.
     1325     * @param string  $column_name Current column name.
     1326     * @param string  $primary     Primary column name.
    13271327     * @return string Row actions output for posts, or an empty string
    13281328     *                if the current column is not the primary column.
Note: See TracChangeset for help on using the changeset viewer.