mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-03 06:01:32 +01:00
Tests: Account for non-numeric strings in tests for get_space_allowed()
.
Provides a specific test for a case where a non-numeric strings are assigned to `blog_upload_space` at both the site and network levels. See #34037. Built from https://develop.svn.wordpress.org/trunk@34900 git-svn-id: http://core.svn.wordpress.org/trunk@34865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7f2f3d614e
commit
7b3fa2221a
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34899';
|
||||
$wp_version = '4.4-alpha-34900';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user