Skip to content

Commit feebcce

Browse files
committed
Minor rewording
1 parent 9cb8acf commit feebcce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here are some ways that you can contribute:
3838
* Object caching (where available; [usage examples](https://github.com/dmhendricks/wordpress-toolkit/wiki/ObjectCache))
3939
* Easy installable ZIP file generation: `npm run zip`
4040
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Translation).
41-
* Network/multi-site options, shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
41+
* Network Admin (multisite) options, shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
4242
* Configuration registry ([docs](https://github.com/dmhendricks/wordpress-toolkit/wiki/ConfigRegistry)) and optional `wp-config.php` [constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
4343
* Customizer options
4444
* Define environmental variables via `.env` files ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
@@ -91,7 +91,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
9191
* Updated Composer license to conform to new [SPDX](https://spdx.org/licenses/) identifiers
9292
* Added [phpdotenv](https://github.com/etelford/phpdotenv) support ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
9393
* Added `npm run zip-dev` to create installable ZIP including necessary development files
94-
* Added Network/Multi-site options page example
94+
* Added [Network Admin options page](https://github.com/dmhendricks/wordpress-base-plugin/blob/master/app/Settings/Network_Settings_Page.php) example
9595

9696
## Screenshot
9797

0 commit comments

Comments
 (0)