We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1698d commit 6cda29aCopy full SHA for 6cda29a
core/PluginTools.php
@@ -49,7 +49,7 @@ public function get_current_plugin_data( $type = ConfigRegistry ) {
49
50
}
51
52
- if( $type == ConfigRegistry ) {
+ if( $type == 'ConfigRegistry' ) {
53
$plugin_data = new ConfigRegistry( $plugin_data );
54
55
0 commit comments