diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index c9d49d2b1b..b48bd82860 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -34,7 +34,7 @@ else $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title ); /** - * Filter the content for an admin page. + * Filter the title tag content for an admin page. * * @since 3.1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6db466bac3..6c95846297 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30501'; +$wp_version = '4.1-beta2-30502'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.