Coding Standards: Some missed code formatting.
Unprops: whyisjake. Built from https://develop.svn.wordpress.org/trunk@48415 git-svn-id: http://core.svn.wordpress.org/trunk@48184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
68e56464c4
commit
9397ad46ba
|
@ -112,7 +112,6 @@ class WP_List_Util {
|
|||
if ( array_key_exists( $m_key, $obj ) && ( $m_value == $obj[ $m_key ] ) ) {
|
||||
$matched++;
|
||||
}
|
||||
|
||||
} elseif ( is_object( $obj ) ) {
|
||||
|
||||
// Treat object as an object
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-beta1-48414';
|
||||
$wp_version = '5.5-beta1-48415';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue