cleanup
This commit is contained in:
@ -63,7 +63,7 @@ if ( ! function_exists( 'trigger_pfadfinden_plugin_error' ) ) {
|
||||
// Check for suitable environment
|
||||
if ( defined( 'PHP_VERSION_ID' ) && PHP_VERSION_ID >= 50400 ) {
|
||||
// If we’re the first user of the library, use the bundled one
|
||||
if ( ! class_exists( 'Shy\WordPress\Plugin' ) ) {
|
||||
if ( ! class_exists( 'plugins\buena\use\shy-wordpress\src\Shy\WordPress\Plugin' ) ) {
|
||||
pfadfinden_theme_updater_load_textdomain();
|
||||
if ( ! include_once __DIR__ . '/use/shy-wordpress/src/autoloader.php' ) {
|
||||
trigger_pfadfinden_plugin_error(
|
||||
|
Reference in New Issue
Block a user