- Timestamp:
- 08/03/2022 10:05:22 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r53813 r53814 168 168 169 169 /** 170 * Override the result of the post password check for REST requested posts.170 * Overrides the result of the post password check for REST requested posts. 171 171 * 172 172 * Allow users to read the content of password protected posts if they have … … 442 442 443 443 /** 444 * Get the post, if the ID is valid.444 * Gets the post, if the ID is valid. 445 445 * 446 446 * @since 4.7.2 … … 1493 1493 1494 1494 /** 1495 * Check whether the template is valid for the given post.1495 * Checks whether the template is valid for the given post. 1496 1496 * 1497 1497 * @since 4.9.0 … … 2142 2142 2143 2143 /** 2144 * Get the link relations available for the post and current user.2144 * Gets the link relations available for the post and current user. 2145 2145 * 2146 2146 * @since 4.9.8 … … 2630 2630 2631 2631 /** 2632 * Retrieve Link Description Objects that should be added to the Schema for the posts collection.2632 * Retrieves Link Description Objects that should be added to the Schema for the posts collection. 2633 2633 * 2634 2634 * @since 4.9.8
Note: See TracChangeset
for help on using the changeset viewer.