Make WordPress Core

Changeset 34399


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

Docs: Add a file header to wp-includes/class-wp-post.php, introduced in [33759].

Also clarifies the class DocBlock for WP_Post.

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33759 r34399  
    11<?php
    22/**
    3  * WordPress Post class.
    4  *
    5  * @since 3.5.0
     3 * Post API: WP_Post class
     4 *
    65 * @package WordPress
    76 * @subpackage Post
     7 * @since 4.4.0
     8 */
     9
     10/**
     11 * Core class used to implement the WP_Post object.
     12 *
     13 * @since 3.5.0
    814 *
    915 * @property string $page_template
Note: See TracChangeset for help on using the changeset viewer.