Multisite: Remove truncation to allow clearers identification of longer site names

Previously the sites were truncated which meant longer names but with ending identifications were unable to be seen as different. This shows the full site name to allow easier understanding.

Props tferry, melinedo, afercia, jeremyfelt
Fixes: 47112

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


git-svn-id: http://core.svn.wordpress.org/trunk@45637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister
2019-08-18 12:31:00 +00:00
parent d9954ed4cb
commit a760ef9022
9 changed files with 153 additions and 149 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45825';
$wp_version = '5.3-alpha-45826';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.