Make WordPress Core


Ignore:
Timestamp:
10/14/2020 02:08:54 AM (4 years ago)
Author:
SergeyBiryukov
Message:

General: Move wp_array_get() from a separate file to wp-includes/functions.php, for consistency.

Add missing @since tag, adjust the DocBlock per the documentation standards.

Follow-up to [49135].

Props isabel_brison, ocean90.
Fixes #51461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r49135 r49143  
    180180require ABSPATH . WPINC . '/general-template.php';
    181181require ABSPATH . WPINC . '/link-template.php';
    182 require ABSPATH . WPINC . '/array.php';
    183182require ABSPATH . WPINC . '/author-template.php';
    184183require ABSPATH . WPINC . '/post.php';
Note: See TracChangeset for help on using the changeset viewer.