summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-22 15:04:25 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-22 15:04:25 +0000
commitc194d2cfefad1ba16fd8f4ce0b1c02509c0feea1 (patch)
tree5ecd021aa11b5079b2fe3df064f607dec355f9d3
parent54611c2b9defce384b40eea0158ebedb24d98a8b (diff)
downloadwordpress-mu-c194d2cfefad1ba16fd8f4ce0b1c02509c0feea1.tar.gz
wordpress-mu-c194d2cfefad1ba16fd8f4ce0b1c02509c0feea1.tar.xz
wordpress-mu-c194d2cfefad1ba16fd8f4ce0b1c02509c0feea1.zip
Make the "hosting services" message on the export page filterable. fixes #711
git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1430 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r--wp-admin/export.php2
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>