Changeset 20977 for trunk/wp-admin/about.php
- Timestamp:
- 06/02/2012 01:16:35 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/about.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r20971 r20977 53 53 <h4><?php _e( 'Flexible Sizes' ); ?></h4> 54 54 <p><?php _e( 'You can decide for yourself how tall or wide your custom header image should be. From now on, themes will provide a recommended image size for custom headers rather than a fixed requirement. Note: this feature requires <a href="http://codex.wordpress.org/Custom_Headers">theme support</a>.' ); ?></p> 55 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30" /> 56 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-2.png' ) ); ?>" class="image-30" /> 57 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30" /> 55 <div class="three-col-images"> 56 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30 first-feature" /> 57 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-2.png' ) ); ?>" class="image-30" /> 58 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30 last-feature" /> 59 </div> 58 60 </div> 59 61 … … 64 66 </div> 65 67 </div> 68 69 <div class="changelog"> 70 <h3><?php _e( 'Twitter Embeds' ); ?></h3> 71 72 <div class="feature-section images-stagger-right"> 73 <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed-1.png' ) ); ?>" class="image-30" /> 74 <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed-2.png' ) ); ?>" class="image-30" /> 75 <h4><?php _e( 'Share Tweets with Style' ); ?></h4> 76 <p><?php _e( 'You can now embed individual tweets in posts. It includes action links that allow readers to reply to, retweet, and favorite the tweet without leaving your site. Just paste a tweet URL on its own line.' ); ?></p> 77 <p><?php printf( __( 'This works with URLs from some other sites, too. For more, see the Codex article on <a href="%s">Embeds</a>.' ), __( 'http://codex.wordpress.org/Embeds' ) ); ?></p> 78 </div> 79 80 </div> 81 66 82 67 83 <div class="changelog">
Note: See TracChangeset
for help on using the changeset viewer.