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:
John Blackbourn 2018-03-22 20:29:30 +00:00
parent 1b5d6c6971
commit 18169f0ae1
2 changed files with 1 additions and 3 deletions

View File

@ -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'] );
?>

View File

@ -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.