Posts: Rename the $args parameter in get_post_types_by_support() to $feature for better self-documentation.

See #34010. See #32246.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-02-25 04:55:25 +00:00
parent 611acc2193
commit 4c3c2b315f
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36703';
$wp_version = '4.5-beta1-36704';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.