From b9e3d4c42e46db209a8470469af131f418cffbd2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 10 Oct 2018 16:29:24 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index f9df8921eb..1b7764cc7d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.