Changeset 39489 for branches/4.7
- Timestamp:
- 12/04/2016 08:26:21 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r39458 r39489 1203 1203 ), 1204 1204 'date' => array( 1205 'description' => __( 'The date the object was published.'),1205 'description' => __( "The date the object was published, in the site's timezone." ), 1206 1206 'type' => 'string', 1207 1207 'format' => 'date-time', … … 1209 1209 ), 1210 1210 'date_gmt' => array( 1211 'description' => __( 'The date the object was published as GMT.' ),1211 'description' => __( 'The date the object was published, as GMT.' ), 1212 1212 'type' => 'string', 1213 1213 'format' => 'date-time', -
branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r39342 r39489 405 405 ), 406 406 'date' => array( 407 'description' => __( 'The date the object was published.'),407 'description' => __( "The date the object was published, in the site's timezone." ), 408 408 'type' => 'string', 409 409 'format' => 'date-time', … … 427 427 ), 428 428 'modified' => array( 429 'description' => __( 'The date the object was last modified.'),429 'description' => __( "The date the object was last modified, in the site's timezone." ), 430 430 'type' => 'string', 431 431 'format' => 'date-time',
Note: See TracChangeset
for help on using the changeset viewer.