refactor: remove last remaining MCI references

This commit is contained in:
Ben Goldsworthy 2021-04-26 17:23:32 +01:00
parent 222dcadbd5
commit 101f6dc673
3 changed files with 11 additions and 11 deletions

View file

@ -194,7 +194,7 @@ class Footnotes_Template {
* The directory can be changed.
*
* @usage to change location of templates to 'template_parts/footnotes/':
* add_filter( 'mci_footnotes_template_directory', function( $directory ) {
* add_filter( 'footnotes_template_directory', function( $directory ) {
* return 'template_parts/footnotes/';
* } );
*/