diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 1e1c6ed36b..819fcbbf84 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -1173,14 +1173,15 @@ function save_mod_rewrite_rules() { function the_quicktags() { // Browser detection sucks, but until Safari supports the JS needed for this to work people just assume it's a bug in WP - if (!strstr($_SERVER['HTTP_USER_AGENT'], 'Safari')) + if (!strstr($_SERVER['HTTP_USER_AGENT'], 'Safari')) { echo '
- - + '; + wp_print_scripts( 'quicktags' ); + echo '
'; - else echo ' + } else echo ' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +