mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Docs: Revert some sneaky debugging code.
See #41756 Built from https://develop.svn.wordpress.org/trunk@42872 git-svn-id: http://core.svn.wordpress.org/trunk@42702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1b5d6c6971
commit
18169f0ae1
@ -273,8 +273,6 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||
* @param array $blog Current site.
|
||||
*/
|
||||
public function column_cb( $blog ) {
|
||||
var_dump($blog);
|
||||
exit;
|
||||
if ( ! is_main_site( $blog['blog_id'] ) ) :
|
||||
$blogname = untrailingslashit( $blog['domain'] . $blog['path'] );
|
||||
?>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42871';
|
||||
$wp_version = '5.0-alpha-42872';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user