Sync filenames with SVN repo (#57)

Returns to the original file names for the `class/dashboard/` directory (for now at least)
This commit is contained in:
pewgeuges 2021-03-04 08:46:19 +01:00 committed by GitHub
parent ef6dd57310
commit 6b9e602d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 10 deletions

View file

@ -35,5 +35,5 @@ function mci_footnotes_require_php_files( $p_str_directory ) {
}
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class' );
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class/layout' );
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class/dashboard' );
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class/widgets' );