Make WordPress Core


Ignore:
Timestamp:
10/28/2019 07:46:13 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections.

See #48303

File:
1 edited

Legend:

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

    r46341 r46610  
    502502
    503503    /**
    504      * Generate row actions div
     504     * Generates the required HTML for a list of row action links.
    505505     *
    506506     * @since 3.1.0
     
    508508     * @param string[] $actions        An array of action links.
    509509     * @param bool     $always_visible Whether the actions should be always visible.
    510      * @return string
     510     * @return string The HTML for the row actions.
    511511     */
    512512    protected function row_actions( $actions, $always_visible = false ) {
     
    532532
    533533    /**
    534      * Display a monthly dropdown for filtering items
     534     * Displays a dropdown for filtering items in the list table by month.
    535535     *
    536536     * @since 3.1.0
     
    539539     * @global WP_Locale $wp_locale WordPress date and time locale object.
    540540     *
    541      * @param string $post_type
     541     * @param string $post_type The post type.
    542542     */
    543543    protected function months_dropdown( $post_type ) {
Note: See TracChangeset for help on using the changeset viewer.