Changeset 30711
- Timestamp:
- 12/02/2014 08:39:13 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/edit.css
r30710 r30711 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, -
trunk/src/wp-admin/includes/template.php
r30695 r30711 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 }
Note: See TracChangeset
for help on using the changeset viewer.