Changeset 30717
- Timestamp:
- 12/02/2014 11:10:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r30711 r30717 2050 2050 2051 2051 $content = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>'; 2052 $content .= '<p>' . __( ' Enable distraction free writing; everything fadesaway so you can focus. '2053 . ' Bring your admin back by moving your mouse, then start typing and it fades away.' ) . '</p>';2052 $content .= '<p>' . __( 'Start typing, and the other elements fade away so you can focus. ' 2053 . 'Move your mouse out of the editor to reveal everything again.' ) . '</p>'; 2054 2054 2055 2055 if ( is_rtl() ) { 2056 $position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top- 60' );2056 $position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top-30%' ); 2057 2057 } else { 2058 $position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top- 60' );2058 $position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top-30%' ); 2059 2059 } 2060 2060
Note: See TracChangeset
for help on using the changeset viewer.