- Timestamp:
- 12/04/2016 08:24:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r39487 r39488 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',
Note: See TracChangeset
for help on using the changeset viewer.