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 a5e7557 commit 2a1db62Copy full SHA for 2a1db62
index.php
@@ -51,7 +51,7 @@
51
if ( is_admin() || defined( 'DOING_AJAX' ) ) {
52
53
// don't WP-Update actual repos!
54
- if ( ! file_exists( ACFQUICKEDIT_DIRECTORY . '/.git/' ) ) {
+ if ( ! file_exists( ACF_DUPLICATE_REPEATER_DIRECTORY . '/.git/' ) ) {
55
AutoUpdate\AutoUpdateGithub::instance();
56
}
57
0 commit comments