diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 6470bd9cbe..ba5dc6d54d 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -1203,7 +1203,7 @@ foreach ( (array) $extra_fields as $field ) { } /** - * Print the credentials modal when needed + * Print the filesystem credentials modal when needed. * * @since 4.2.0 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index eadc71f898..5619dca9c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32015'; +$wp_version = '4.2-beta4-32016'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.