Skip to content

Commit c73c47e

Browse files
committed
Added ConfigRegistry docs
1 parent af50097 commit c73c47e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ It may also be used as the means of [separating custom code](http://www.billeric
1515
* Namespaces & dependency autoloading
1616
* Version checking (PHP, Carbon Fields)
1717
* [Gulp](https://gulpjs.com/) for JavaScript/SASS processing & minification (see [Gulp](https://github.com/dmhendricks/wordpress-base-plugin/wiki#gulp) notes)
18-
* Object caching (where available) - [Usage Examples](https://github.com/dmhendricks/wordpress-toolkit/wiki#objectcache)
18+
* Object caching (where available; [usage examples](https://github.com/dmhendricks/wordpress-toolkit/wiki/ObjectCache))
1919
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki#translation).
2020
* Shortcodes, widgets and custom post type (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
21-
* Configuration registry (documentation coming soon) and optional `wp-config.php` [Constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
21+
* 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)
2222
* [More to come...](#planned-features)
2323

2424
## Requirements

0 commit comments

Comments
 (0)