mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Coding Standards: Some missed code formatting.
Unprops: whyisjake. git-svn-id: https://develop.svn.wordpress.org/trunk@48415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user