Make WordPress Core


Ignore:
Timestamp:
03/22/2018 08:26:06 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document many more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42790 r42871  
    12231223         * @since 4.4.0
    12241224         *
    1225          * @param array $view_mode_post_types Array of post types that can change view modes.
    1226          *                                    Default non-hierarchical post types with show_ui on.
     1225         * @param string[] $view_mode_post_types Array of post types that can change view modes.
     1226         *                                       Default non-hierarchical post types with show_ui on.
    12271227         */
    12281228        $view_mode_post_types = apply_filters( 'view_mode_post_types', $view_mode_post_types );
Note: See TracChangeset for help on using the changeset viewer.