Changeset 28127 for trunk/src/wp-admin/about.php
- Timestamp:
- 04/15/2014 01:30:36 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/about.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r28092 r28127 36 36 <div class="changelog"> 37 37 <h2 class="about-headline-callout"><?php echo ( 'A smoother media editing experience' ); ?></h2> 38 <img class="about-overview-img" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/overview.png?1" /> 39 <div class="feature-section col three-col"> 40 <div class="col-1"> 41 <h4><?php echo ( 'Gallery previews' ); ?></h4> 42 <p><?php echo ( 'Galleries display a beautiful grid of images right in the editor, just like they do in your published post.' ); ?></p> 43 </div> 44 <div class="col-2"> 45 <h4><?php echo ( 'Improved image editing' ); ?></h4> 46 <p><?php echo ( 'We’ve made it much easier to edit your images, with quicker access to cropping and rotation tools. You can also scale images directly in the editor to find just the right fit.' ); ?></p> 47 </div> 48 <div class="col-3 last-feature"> 49 <h4><?php echo ( 'Drag and drop your images' ); ?></h4> 50 <p><?php echo ( 'Grab images from your desktop and drop them directly onto the editor, saving yourself that extra step.' ); ?></p> 51 </div> 38 <div class="about-overview"> 39 <img class="about-overview-img" src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/overview.png?0" /> 52 40 </div> 53 41 <div class="feature-section col three-col"> 54 42 <div class="col-1"> 43 <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/editor.jpg?0" /> 55 44 <h4><?php echo ( 'Improved visual editor' ); ?></h4> 56 45 <p><?php echo ( 'We’ve updated the visual editor with better mobile support, improved speed and accessibility, and a modern API for developers.' ); ?></p> … … 58 47 </div> 59 48 <div class="col-2"> 49 <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/image.jpg?0" /> 50 <h4><?php echo ( 'Improved image editing' ); ?></h4> 51 <p><?php echo ( 'We’ve made it much easier to edit your images, with quicker access to cropping and rotation tools. You can also scale images directly in the editor to find just the right fit.' ); ?></p> 52 </div> 53 <div class="col-3 last-feature"> 54 <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/drop.jpg?0" /> 55 <h4><?php echo ( 'Drag and drop your images' ); ?></h4> 56 <p><?php echo ( 'Grab images from your desktop and drop them directly onto the editor, saving yourself that extra step.' ); ?></p> 57 </div> 58 </div> 59 60 <hr> 61 62 <div class="feature-section col two-col"> 63 <div class="col-1"> 64 <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/gallery.jpg?0" /> 65 <h4><?php echo ( 'Gallery previews' ); ?></h4> 66 <p><?php echo ( 'Galleries display a beautiful grid of images right in the editor, just like they do in your published post.' ); ?></p> 67 </div> 68 <div class="col-2 last-feature"> 60 69 <h4><?php echo ( 'Do more with audio and video' ); ?></h4> 61 70 <p><?php echo ( 'Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.' ); ?></p> 62 <!-- maybe insert note about playing/editing audio/video from the editor -->63 </div>64 <div class="col-3 last-feature">65 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/colors.png?1" />66 <!-- embedded playlist? -->67 71 </div> 68 72 </div> … … 71 75 <hr> 72 76 73 <div class="changelog ">77 <div class="changelog customize"> 74 78 <h3><?php echo ( 'Customize your heart out' ); ?></h3> 75 79 76 80 <div class="feature-section col two-col"> 77 81 <div> 78 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/twentyfourteen.jpg?1" />79 82 <h4><?php echo ( 'Live widget previews' ); ?></h4> 80 83 <p><?php echo ( 'Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.' ); ?></p> … … 82 85 </div> 83 86 <div class="last-feature"> 84 <img src=" <?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/twentyfourteen.jpg?1" />87 <img src="//wordpress.org/images/core/3.9/theme.jpg?0" /> 85 88 <h4><?php _e( 'Stunning new theme browser' ); ?></h4> 86 89 <p><?php _e( 'Looking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.' ); ?></p> 87 <p><a href="<?php echo network_admin_url( 'theme-install.php' ); ?>" class="button button- primary">Browse Themes</a></p>90 <p><a href="<?php echo network_admin_url( 'theme-install.php' ); ?>" class="button button-large button-primary">Browse Themes</a></p> 88 91 </div> 89 92 </div> … … 92 95 <hr> 93 96 94 <div class="changelog ">97 <div class="changelog under-the-hood"> 95 98 <h3><?php _e( 'Under the Hood' ); ?></h3> 96 99
Note: See TracChangeset
for help on using the changeset viewer.