Make WordPress Core

Changeset 34407


Ignore:
Timestamp:
09/22/2015 01:29:02 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Clarify the file header summary for wp-includes/meta.php, the top-level file for the core Meta API.

Also adds inline DocBlocks for files broken out in #33413 and now brought in via require_once().

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33761 r34407  
    11<?php
    22/**
    3  * Metadata API
     3 * Core Metadata API
    44 *
    55 * Functions for retrieving and manipulating metadata of various WordPress object types. Metadata
     
    1212 */
    1313
     14/** Core metdata functionality */
    1415require_once( ABSPATH . WPINC . '/meta-functions.php' );
     16
     17/** WP_Meta_Query class */
    1518require_once( ABSPATH . WPINC . '/class-wp-meta-query.php' );
Note: See TracChangeset for help on using the changeset viewer.