Opened 9 months ago
Last modified 5 months ago
#21662 new defect (bug)
wp-signup.php says there's no limit to the number of blogs even when that is not desired or impossible
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Multisite | Version: | 3.4.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | aren@… |
Description
Please remove the statement in wp-signup.php that exclaims that there's no limit to the number of blogs one can create. It's on line 169.
I ask for two reasons:
- Hosters of WordPress Networks may not wish to encourage users to open a ton of blogs. I don't because I don't want to encourage a support nightmare.
- We might use a plugin that limits the number of blogs that users may create, like Limit Blogs per User.
For #2, an acceptable alternative may be to make it a string that can be overridden by a plugin. But the current situation, where it's a one-size-fits-all string, is bad because I have to manually edit it each time I (frequently) upgrade WordPress.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

Technically, you could filter the string with the gettext filter. This filter should be used sparingly, but it would work for your situation.