Changeset 41162 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 07/27/2017 12:40:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r39671 r41162 22 22 * 23 23 * @since 4.7.0 24 * @access protected25 24 * 26 25 * @param array $prepared_args Optional. Array of prepared arguments. Default empty array. … … 60 59 * 61 60 * @since 4.7.0 62 * @access public63 61 * 64 62 * @param WP_REST_Request $request Full details about the request. … … 93 91 * 94 92 * @since 4.7.0 95 * @access public96 93 * 97 94 * @param WP_REST_Request $request Full details about the request. … … 201 198 * 202 199 * @since 4.7.0 203 * @access public204 200 * 205 201 * @param WP_REST_Request $request Full details about the request. … … 246 242 * 247 243 * @since 4.7.0 248 * @access public249 244 * 250 245 * @param WP_REST_Request $request Request object. … … 283 278 * 284 279 * @since 4.7.0 285 * @access public286 280 * 287 281 * @param WP_Post $post Attachment object. … … 376 370 * 377 371 * @since 4.7.0 378 * @access public379 372 * 380 373 * @return array Item schema as an array. … … 482 475 * 483 476 * @since 4.7.0 484 * @access protected485 477 * 486 478 * @param array $data Supplied file data. … … 580 572 * 581 573 * @since 4.7.0 582 * @access public583 574 * 584 575 * @link http://tools.ietf.org/html/rfc2388 … … 633 624 * 634 625 * @since 4.7.0 635 * @access public636 626 * 637 627 * @return array Query parameters for the attachment collection as an array. … … 663 653 * 664 654 * @since 4.7.0 665 * @access public666 655 * 667 656 * @param mixed $value Status value. … … 682 671 * 683 672 * @since 4.7.0 684 * @access protected685 673 * 686 674 * @param array $files Data from the `$_FILES` superglobal. … … 732 720 * 733 721 * @since 4.7.0 734 * @access protected735 722 * 736 723 * @return array Array of supported media types.
Note: See TracChangeset
for help on using the changeset viewer.