Changeset 10710 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
- Timestamp:
- 02/23/2021 01:55:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r10528 r10710 575 575 } 576 576 577 return $bio;577 return apply_filters( 'the_content', wp_unslash( $bio ) ); 578 578 } 579 579
Note: See TracChangeset
for help on using the changeset viewer.