Changeset 1430
- Timestamp:
- 08/22/08 15:04:25 (3 months ago)
- Files:
-
- branches/2.6/wp-admin/export.php (modified) (1 diff)
- trunk/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-admin/export.php
r1328 r1430 42 42 </p> 43 43 </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> 45 45 </div> 46 46 </div> trunk/wp-admin/export.php
r1328 r1430 42 42 </p> 43 43 </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> 45 45 </div> 46 46 </div>
