Skip to content

Commit bfb1cc9

Browse files
committed
Refactoring - wp-core
Replaced $is_multisite with is_multisite()
1 parent b22b263 commit bfb1cc9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/wp-admin/includes/class-wp-debug-data.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,13 @@ public static function debug_data() {
868868
return $info;
869869
}
870870

871+
/**
872+
* Gets the WordPress core section of the debug data.
873+
*
874+
* @since 6.7.0
875+
*
876+
* @return array
877+
*/
871878
public static function get_wp_core(): array {
872879
// Save few function calls.
873880
$permalink_structure = get_option( 'permalink_structure' );

0 commit comments

Comments
 (0)