Make WordPress Core


Ignore:
Timestamp:
12/07/2019 01:21:07 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Further docblock corrections and improvements.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/screen.php

    r46662 r46826  
    4949 *
    5050 * @param string|WP_Screen $screen The screen you want the hidden columns for
    51  * @return array
     51 * @return string[] Array of IDs of hidden columns.
    5252 */
    5353function get_hidden_columns( $screen ) {
     
    6868         * @since 4.4.0
    6969         *
    70          * @param array     $hidden An array of columns hidden by default.
     70         * @param string[]  $hidden Array of IDs of columns hidden by default.
    7171         * @param WP_Screen $screen WP_Screen object of the current screen.
    7272         */
     
    8080     * @since 4.4.1 Added the `use_defaults` parameter.
    8181     *
    82      * @param array     $hidden An array of hidden columns.
    83      * @param WP_Screen $screen WP_Screen object of the current screen.
     82     * @param string[]  $hidden       Array of IDs of hidden columns.
     83     * @param WP_Screen $screen       WP_Screen object of the current screen.
    8484     * @param bool      $use_defaults Whether to show the default columns.
    8585     */
Note: See TracChangeset for help on using the changeset viewer.