Changeset 52582
- Timestamp:
- 01/15/2022 09:20:57 PM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
r51786 r52582 107 107 108 108 /** 109 * Parse block metadata for a block, and prepare it for an API re psonse.109 * Parse block metadata for a block, and prepare it for an API response. 110 110 * 111 111 * @since 5.5.0 -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php
r47850 r52582 42 42 * @since 5.0.0 43 43 * 44 * @param array $data Response data to fi ter.44 * @param array $data Response data to filter. 45 45 * @param string $context Context defined in the schema. 46 46 * @return array Filtered response. -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
r52311 r52582 558 558 559 559 /* 560 * Al ows for additional attributes before the content attribute.560 * Allows for additional attributes before the content attribute. 561 561 * Searches for anything other than > symbol. 562 562 */ … … 644 644 '#isU'; 645 645 646 // Find the met data element.646 // Find the metadata element. 647 647 foreach ( $meta_elements[0] as $index => $element ) { 648 648 preg_match( $pattern, $element, $match ); -
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-index.php
r48536 r52582 28 28 * Maximum number of sitemaps to include in an index. 29 29 * 30 * @since e5.5.030 * @since 5.5.0 31 31 * 32 32 * @var int Maximum number of sitemaps.
Note: See TracChangeset
for help on using the changeset viewer.