Changeset 57053 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 11/02/2023 12:02:36 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r57038 r57053 1971 1971 */ 1972 1972 function _wp_filter_post_meta_footnotes( $footnotes ) { 1973 $footnotes_decoded 1973 $footnotes_decoded = json_decode( $footnotes, true ); 1974 1974 if ( ! is_array( $footnotes_decoded ) ) { 1975 1975 return '';
Note: See TracChangeset
for help on using the changeset viewer.