diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 7ada16cadd..2a963f1c19 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -319,7 +319,7 @@ if ( 'post' == $post_type ) { ) ); get_current_screen()->set_help_sidebar( - '

' . sprintf(__('You can also create posts with the Press This bookmarklet.'), 'options-writing.php') . '

' . + '

' . sprintf(__('You can also create posts with the Press This bookmarklet.'), 'tools.php') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Writing and Editing Posts') . '

' . '

' . __('Support Forums') . '

' diff --git a/wp-includes/version.php b/wp-includes/version.php index 04248dac85..b18e64076d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33475'; +$wp_version = '4.3-beta4-33482'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.