Avoid using <code> in a translation string.

Props ramiy.
Fixes #31848.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-06-16 19:53:27 +00:00
parent a49c192f37
commit 5e14470894
2 changed files with 7 additions and 2 deletions

View File

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