Skip to content

Commit ffd89e1

Browse files
authored
Bug Fix
1 parent 04b55e0 commit ffd89e1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

optimizations-ace-mc.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
* @return Optimizations_Ace_Mc
3939
*/
4040
function optimizations_ace_mc() {
41-
// Get the instance without static access warning.
42-
$class_name = 'Optimizations_Ace_Mc';
43-
return call_user_func( array( $class_name, 'instance' ) );
41+
return Optimizations_Ace_Mc::instance();
4442
}
4543

4644
// Start the plugin.

0 commit comments

Comments
 (0)