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-media-list-table.php

    r48618 r49183  
    803803     * @since 4.3.0
    804804     *
    805      * @param object $post        Attachment being acted upon.
    806      * @param string $column_name Current column name.
    807      * @param string $primary     Primary column name.
     805     * @param WP_Post $post        Attachment being acted upon.
     806     * @param string  $column_name Current column name.
     807     * @param string  $primary     Primary column name.
    808808     * @return string Row actions output for media attachments, or an empty string
    809809     *                if the current column is not the primary column.
Note: See TracChangeset for help on using the changeset viewer.