diff options
Diffstat (limited to 'wp-admin/export.php')
| -rw-r--r-- | wp-admin/export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/export.php b/wp-admin/export.php index 2c147f8..33f95fa 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -41,7 +41,7 @@ foreach ( $authors as $id ) { <input type="hidden" name="download" value="true" /> </p> </form> -<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> +<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> </div> </div> |
