Changeset 30711 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 12/02/2014 08:39:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.