General: Instruct file editors not to trim trailing whitespace in markdown files.
Two trailing spaces in a markdown file indicates a line break. Props netweb Fixes #43104 Merges [42862] to the 5.0 branch. Built from https://develop.svn.wordpress.org/branches/5.0@43693 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1116c494b6
commit
b9e3d4c42e
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43692';
|
||||
$wp_version = '5.0-alpha-43693';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue