mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-24 07:36:02 +00:00
Tests: Remove some unnecessary function_exists()
checks for compat functions.
Each of these functions already has a separate test for availability. If any of them are unavailable, then the test should fail rather than be skipped. Follow-up to [52038], [52039], [52040]. Props johnbillion. See #59647. Built from https://develop.svn.wordpress.org/trunk@56969 git-svn-id: http://core.svn.wordpress.org/trunk@56480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
afa66e5fa0
commit
1470782029
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-56968';
|
$wp_version = '6.5-alpha-56969';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user