Make WordPress Core


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

Docs: Clarify the file header summary for wp-includes/meta-functions.php, introduced in [33761].

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33954 r34406  
    11<?php
    22/**
    3  * Metadata API
     3 * Meta API: Top-level metadata functionality
    44 *
    55 * Functions for retrieving and manipulating metadata of various WordPress object types. Metadata
     
    99 * @package WordPress
    1010 * @subpackage Meta
    11  * @since 2.9.0
     11 * @since 4.4.0
    1212 */
    1313
Note: See TracChangeset for help on using the changeset viewer.