Changeset 52582 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
- Timestamp:
- 01/15/2022 09:20:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 );
Note: See TracChangeset
for help on using the changeset viewer.