Changeset 1430

Show
Ignore:
Timestamp:
08/22/08 15:04:25 (3 months ago)
Author:
donncha
Message:

Make the "hosting services" message on the export page filterable. fixes #711

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.6/wp-admin/export.php

    r1328 r1430  
    4242</p> 
    4343</form> 
    44 <p><?php _e('If you are considering moving your blog to another host we recommend a number of <a href="http://wordpress.org/hosting/">hosting services</a>.'); ?></p> 
     44<p><?php _e( apply_filters( 'hosting_message', 'If you are considering moving your blog to another host we recommend a number of <a href="http://wordpress.org/hosting/">hosting services</a>.' ) ); ?></p> 
    4545</div> 
    4646</div> 
  • trunk/wp-admin/export.php

    r1328 r1430  
    4242</p> 
    4343</form> 
    44 <p><?php _e('If you are considering moving your blog to another host we recommend a number of <a href="http://wordpress.org/hosting/">hosting services</a>.'); ?></p> 
     44<p><?php _e( apply_filters( 'hosting_message', 'If you are considering moving your blog to another host we recommend a number of <a href="http://wordpress.org/hosting/">hosting services</a>.' ) ); ?></p> 
    4545</div> 
    4646</div>