diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 31ef57a2b3..9fb2db08d6 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -113,7 +113,7 @@ do_settings_fields('writing', 'remote_publishing'); // A deprecated section. /** This filter is documented in wp-admin/options.php */ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { ?> -

+

%s, %s, %s.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?>

@@ -156,7 +156,7 @@ wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_email_categor */ if ( apply_filters( 'enable_update_services_configuration', true ) ) { ?> -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 49f0558a1f..cd103e2f7f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34094'; +$wp_version = '4.4-alpha-34096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.