- Timestamp:
- 05/10/2017 07:40:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r39954 r40606 77 77 'context' => $this->get_context_param( array( 'default' => 'view' ) ), 78 78 'password' => array( 79 'description' => __( 'The password for the p ost if it is password protected.' ),79 'description' => __( 'The password for the parent post of the comment (if the post is password protected).' ), 80 80 'type' => 'string', 81 81 ), … … 99 99 ), 100 100 'password' => array( 101 'description' => __( 'The password for the p ost if it is password protected.' ),101 'description' => __( 'The password for the parent post of the comment (if the post is password protected).' ), 102 102 'type' => 'string', 103 103 ),
Note: See TracChangeset
for help on using the changeset viewer.