Code Modernization: Update tests to use null coalescing operator in place of isset() in ternaries.
Developed as a subset of https://github.com/WordPress/wordpress-develop/pull/10654 Follow-up to [61404], [61403]. See #58874, #63430. Built from https://develop.svn.wordpress.org/trunk@61424 git-svn-id: http://core.svn.wordpress.org/trunk@60736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '7.0-alpha-61423';
|
||||
$wp_version = '7.0-alpha-61424';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user