Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (8 years ago)
Author:
johnbillion
Message:

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

See #41756

File:
1 edited

Legend:

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

    r42343 r42875  
    12681268     * @since 3.2.0
    12691269     *
    1270      * @param array $classes An array of postbox classes.
     1270     * @param string[] $classes An array of postbox classes.
    12711271     */
    12721272    $classes = apply_filters( "postbox_classes_{$page}_{$id}", $classes );
Note: See TracChangeset for help on using the changeset viewer.