I need to change the following default text on the WordPress multisite signup page (wp-signup.php
):
"There is no limit to the number of sites you can have, so create to your heart’s content, but write responsibly!"
...since this WordPress install will be limiting the number of sites a user can create.
Is it possible to override the content of this page without hacking the wp-signup.php
file or dealing with .htaccess
?
This WordPress install is being hosted by a third party service and it would be best if I could avoid dealing with modifying these files.