diff --git a/wp-admin/js/dashboard.js b/wp-admin/js/dashboard.js index 6c80c7e147..f807cc931b 100644 --- a/wp-admin/js/dashboard.js +++ b/wp-admin/js/dashboard.js @@ -107,6 +107,8 @@ jQuery(document).ready( function($) { prompt.addClass('screen-reader-text'); }); }); + + $('#dashboard_quick_press #title, #dashboard_quick_press #content').focus(function(){ wpActiveEditor = 'content'; }); }; quickPressLoad();