-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMSP-150] Update network setup (#49)
* always require the network setup if allow multisite is true this is what replaces the default wp core network page with our own * remove tab before ob_start this indents the first line in the textarea which we don't want * reduce the number of lines in the textarea since our instructions are much shorter in the future maybe we might want this to be filterable but I don't think we need it now * use wp_kses_post instead of esc_html so we don't escape the html we're legitimately passing * ignore the lint warning about indentation * bump version to 1.4.4
- Loading branch information
1 parent
547449e
commit cb4e5b1
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters