- Timestamp:
- 11/04/2025 07:49:55 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r60074 r61139 536 536 * @since 4.4.0 537 537 * 538 * @return array Parameter map of key to value 538 * @return array Parameter map of key to value. 539 539 */ 540 540 public function get_query_params() { … … 588 588 * @since 4.4.0 589 589 * 590 * @return array Parameter map of key to value 590 * @return array Parameter map of key to value. 591 591 */ 592 592 public function get_file_params() { … … 614 614 * @since 4.4.0 615 615 * 616 * @return array Parameter map of key to value 616 * @return array Parameter map of key to value. 617 617 */ 618 618 public function get_default_params() {
Note: See TracChangeset
for help on using the changeset viewer.