Skip to content

Commit e60bc14

Browse files
Fix pro links were displaying even pro plugin is active
1 parent a436889 commit e60bc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/admin/class-admin-comment-mention.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function cmt_mntn_admin_settings() {
208208
</td>
209209
</tr>
210210

211-
<?php if ( ! class_exists( 'Comment_Mention_Pro' ) ) : ?>
211+
<?php if ( ! class_exists( 'CommentMentionMainPro' ) ) : ?>
212212

213213
<tr valign="top">
214214
<th scope="row"><?php esc_html_e( 'Search user by First/Last name - PRO', 'comment-mention-pro' ); ?></th>

0 commit comments

Comments
 (0)