Changeset 58706 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
- Timestamp:
- 07/11/2024 06:22:51 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
r58704 r58706 348 348 * 349 349 * @param array $meta_elements { 350 * A multi -dimensional indexed array on success, else empty array.350 * A multidimensional indexed array on success, else empty array. 351 351 * 352 352 * @type string[] $0 Meta elements with a content attribute. … … 384 384 * 385 385 * @param array $meta_elements { 386 * A multi -dimensional indexed array on success, else empty array.386 * A multidimensional indexed array on success, else empty array. 387 387 * 388 388 * @type string[] $0 Meta elements with a content attribute. … … 526 526 * @param string $html The string of HTML to be parsed. 527 527 * @return array { 528 * A multi -dimensional indexed array on success, else empty array.528 * A multidimensional indexed array on success, else empty array. 529 529 * 530 530 * @type string[] $0 Meta elements with a content attribute. … … 589 589 /* 590 590 * These are the options: 591 * - i : case insensitive591 * - i : case-insensitive 592 592 * - s : allows newline characters for the . match (needed for multiline elements) 593 593 * - U means non-greedy matching … … 638 638 /* 639 639 * These are the options: 640 * - i : case insensitive640 * - i : case-insensitive 641 641 * - s : allows newline characters for the . match (needed for multiline elements) 642 642 * - U means non-greedy matching
Note: See TracChangeset
for help on using the changeset viewer.