Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

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

    r52093 r52204  
    12141214     * @since 5.8.0 Include block templates.
    12151215     *
    1216      * @return string[] Array of page templates, keyed by filename and post type,
    1217      *                  with the value of the translated header name.
     1216     * @return array[] Array of page template arrays, keyed by post type and filename,
     1217     *                 with the value of the translated header name.
    12181218     */
    12191219    public function get_post_templates() {
Note: See TracChangeset for help on using the changeset viewer.