Comments: Add a new is_avatar_comment_type() function.

This function splits the `get_avatar_comment_types` filter out of `get_avatar_data()`.

Props dshanske, birgire.
Fixes #44033.


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


git-svn-id: http://core.svn.wordpress.org/trunk@44330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2019-01-09 06:00:51 +00:00
parent 05c1030151
commit eeac928d3b
2 changed files with 25 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44498';
$wp_version = '5.1-alpha-44499';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.