Formatting: Add formatting and texturization to author descriptions so they match the formatting of term descriptions.

Props henry.wright

Fixes #40040

Built from https://develop.svn.wordpress.org/trunk@41172


git-svn-id: http://core.svn.wordpress.org/trunk@41012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-07-27 15:10:42 +00:00
parent fb515a8a63
commit 01e64d9ed0
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ foreach ( array( 'single_post_title', 'single_cat_title', 'single_tag_title', 's
}
// Format text area for display.
foreach ( array( 'term_description' ) as $filter ) {
foreach ( array( 'term_description', 'get_the_author_description' ) as $filter ) {
add_filter( $filter, 'wptexturize' );
add_filter( $filter, 'convert_chars' );
add_filter( $filter, 'wpautop' );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41171';
$wp_version = '4.9-alpha-41172';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.