Changeset 58704 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php
- Timestamp:
- 07/10/2024 11:10:44 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php
r53402 r58704 51 51 * @since 5.9.0 52 52 * 53 * @return WP_Error|trueTrue if the request has access, or WP_Error object.53 * @return true|WP_Error True if the request has access, or WP_Error object. 54 54 */ 55 55 public function permissions_check() { … … 71 71 * @since 5.9.0 72 72 * 73 * @return WP_Error|void73 * @return void|WP_Error 74 74 */ 75 75 public function export() {
Note: See TracChangeset
for help on using the changeset viewer.