Ticket #30568: 30568.patch
File 30568.patch, 1.0 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/edit.css
1244 1244 /* DFW 2 1245 1245 -------------------------------------------------------------- */ 1246 1246 1247 #wp-content-wrap .mce-wp-dfw, 1248 #qt_content_dfw { 1249 display: none; 1250 } 1251 1252 .wp-editor-expand #wp-content-wrap .mce-wp-dfw, 1253 .wp-editor-expand #qt_content_dfw { 1254 display: inline-block; 1255 } 1256 1247 1257 .focus-on .wrap > h2, 1248 1258 .focus-on #wpfooter, 1249 1259 .focus-on .postbox-container, -
src/wp-admin/includes/template.php
2044 2044 2045 2045 public static function pointer_wp410_dfw() { 2046 2046 // Don't show when editor-scrolling is not used. 2047 if ( empty( $GLOBALS['_ content_editor_dfw'] ) ) {2047 if ( empty( $GLOBALS['_wp_editor_expand'] ) ) { 2048 2048 return; 2049 2049 } 2050 2050