Editor: Remove trailing space from a help text string.

Props dimadin.
Fixes #36407.
Built from https://develop.svn.wordpress.org/trunk@37159


git-svn-id: http://core.svn.wordpress.org/trunk@37125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-04-05 10:54:29 +00:00
parent 32b262fa1c
commit f5c3c658a4
2 changed files with 2 additions and 2 deletions

View File

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