Changeset 25842 for trunk/src/wp-admin/about.php
- Timestamp:
- 10/18/2013 04:50:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r25841 r25842 44 44 <p><?php _e( 'With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background, though some configurations may not allow it.' ); ?></p> 45 45 </div> 46 <div><img alt="" src=" images/about-updates-2x.png" /></div>46 <div><img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" /></div> 47 47 <div class="last-feature"> 48 48 <h4><?php _e( 'More Reliable Than Ever' ); ?></h4> … … 91 91 <div> 92 92 <h3><?php _e( 'Improved Search Results' ); ?></h3> 93 <p><img alt="" src=" images/about-search-2x.png" /><?php _e( 'Search results are now ordered by how well the search query matches a post, instead of ordered only by date. For example, when your search terms match a post title, that result will be pushed to the top.' ); ?></p>93 <p><img alt="" src="<?php echo admin_url( 'images/about-search-2x.png' ); ?>" /><?php _e( 'Search results are now ordered by how well the search query matches a post, instead of ordered only by date. For example, when your search terms match a post title, that result will be pushed to the top.' ); ?></p> 94 94 </div> 95 95 <div class="last-feature"> 96 96 <h3><?php _e( 'Better Global Support' ); ?></h3> 97 <p><img alt="" src=" images/about-globe-2x.png" /><?php _e( 'Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date.' ); ?></p>97 <p><img alt="" src="<?php echo admin_url( 'images/about-globe-2x.png' ); ?>" /><?php _e( 'Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date.' ); ?></p> 98 98 </div> 99 99 </div>
Note: See TracChangeset
for help on using the changeset viewer.