Changeset 56559 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/12/2023 03:21:02 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r56549 r56559 847 847 $post_links = array_unique( 848 848 array_map( 849 static function ( $link ) {849 static function ( $link ) { 850 850 // Decode to replace valid entities, like &. 851 851 $link = html_entity_decode( $link );
Note: See TracChangeset
for help on using the changeset viewer.