Changeset 34399
- Timestamp:
- 09/22/2015 01:09:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post.php
r33759 r34399 1 1 <?php 2 2 /** 3 * WordPress Post class. 4 * 5 * @since 3.5.0 3 * Post API: WP_Post class 4 * 6 5 * @package WordPress 7 6 * @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 8 14 * 9 15 * @property string $page_template
Note: See TracChangeset
for help on using the changeset viewer.