Move get_default_comment_status() to wp-includes/comment.php to sit alongside get_comment_statuses().

props nacin.
see #31168.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-07-08 15:44:28 +00:00
parent 1276096e3a
commit 30e478b1fb
3 changed files with 44 additions and 44 deletions

View File

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