Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r46580 r46596  
    12811281     * @since 4.0.0
    12821282     *
    1283      * @param array $title_array Parts of the page title.
     1283     * @param string[] $title_array Array of parts of the page title.
    12841284     */
    12851285    $title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );
Note: See TracChangeset for help on using the changeset viewer.