Automatically fix 227 errors

This commit is contained in:
Ben Goldsworthy 2021-02-21 11:38:21 +00:00
parent d13245a98e
commit 09337696e2
9 changed files with 292 additions and 298 deletions

View file

@ -49,7 +49,7 @@ define( 'C_STR_FOOTNOTES_VERSION', '2.5.6d4' );
*/
// Get all common classes and functions
require_once( dirname( __FILE__ ) . '/includes.php' );
require_once dirname( __FILE__ ) . '/includes.php';
// add Plugin Links to the "installed plugins" page
$l_str_plugin_file = 'footnotes/footnotes.php';