Make WordPress Core


Ignore:
Timestamp:
10/18/2013 04:50:00 PM (10 years ago)
Author:
nacin
Message:

Use full paths to images so they work on wp-admin/network/about.php and user/about.php. see #25603.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r25841 r25842  
    4444            <p><?php _e( 'With WordPress 3.7, you don&#8217;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>
    4545        </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>
    4747        <div class="last-feature">
    4848            <h4><?php _e( 'More Reliable Than Ever' ); ?></h4>
     
    9191        <div>
    9292            <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>
    9494        </div>
    9595        <div class="last-feature">
    9696            <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>
    9898        </div>
    9999    </div>
Note: See TracChangeset for help on using the changeset viewer.