Changeset 34831
- Timestamp:
- 10/05/2015 06:02:41 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/revision.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r34541 r34831 217 217 * @since 4.4.0 218 218 * 219 * @param array $revisions_data The bootstrapped data for the revisions screen. 219 * @param array $revisions_data { 220 * The bootstrapped data for the revisions screen. 221 * 222 * @type int $id Revision ID. 223 * @type string $title Title for the revision's parent WP_Post object. 224 * @type int $author Revision post author ID. 225 * @type string $date Date the revision was modified. 226 * @type string $dateShort Short-form version of the date the revision was modified. 227 * @type string $timeAgo GMT-aware amount of time ago the revision was modified. 228 * @type bool $autosave Whether the revision is an autosave. 229 * @type bool $current Whether the revision is both not an autosave and the post 230 * modified date matches the revision modified date (GMT-aware). 231 * @type bool|false $restoreUrl URL if the revision can be restored, false otherwise. 232 * } 220 233 * @param WP_Post $post The revision's parent WP_Post object. 221 234 */
Note: See TracChangeset
for help on using the changeset viewer.