Changeset 30641 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 11/30/2014 06:36:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r30574 r30641 2043 2043 2044 2044 public static function pointer_wp410_dfw() { 2045 // Don't show when editor-scrolling is not used. 2046 if ( empty( $GLOBALS['_content_editor_dfw'] ) ) { 2047 return; 2048 } 2049 2045 2050 $content = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>'; 2046 2051 $content .= '<p>' . __( 'Enable distraction free writing; everything fades away so you can focus. '
Note: See TracChangeset
for help on using the changeset viewer.