| @@ -6,10 +6,10 @@ | ||
| 6 | 6 | if( !defined( 'PLUGIN_REVISIONS_PLUGIN_DIR' ) ){ |
| 7 | 7 | define( 'PLUGIN_REVISIONS_PLUGIN_DIR',untrailingslashit( dirname( __FILE__ ) ) ); |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | -if( ! function_exists( 'eos_plugin_revisions_remove_all_versions' ) ){ | |
| 11 | - require_once PLUGIN_REVISIONS_PLUGIN_DIR.'/plugversions.php'; | |
| 10 | +if( !function_exists( 'eos_plugin_revisions_remove_all_versions' ) ){ | |
| 11 | + require_once PLUGIN_REVISIONS_PLUGIN_DIR.'/admin/pr-admin.php'; | |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | if( function_exists( 'eos_plugin_revisions_remove_all_versions' ) ){ |
| 15 | 15 | eos_plugin_revisions_remove_all_versions(); |