I18N: Add missing periods to two strings in wp-admin/network/sites.php

Props ramiy.
Fixes #35720.
Built from https://develop.svn.wordpress.org/trunk@36664


git-svn-id: http://core.svn.wordpress.org/trunk@36631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2016-02-24 01:09:25 +00:00
parent 95bd9f37ca
commit f606d335f8
2 changed files with 3 additions and 3 deletions

View File

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