diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index fbdd2cece4..13539c4087 100644 --- a/wp-admin/my-sites.php +++ b/wp-admin/my-sites.php @@ -113,9 +113,13 @@ else : echo ""; }?> - - - + 1 || has_action( 'myblogs_allblogs_options' ) || has_filter( 'myblogs_options' ) ) { + ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index bd36db9470..31272dfdb9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33079'; +$wp_version = '4.3-beta1-33080'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.