Skip to content

Commit 2e034ff

Browse files
committed
Update bcc-post-update-translations-notifier.php
1 parent a896e0b commit 2e034ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/bcc-post-update-translations-notifier/bcc-post-update-translations-notifier.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class Post_Update_Translations_Notifier {
3333
const LOGS_PER_PAGE = 20;
3434

3535
public function __construct() {
36-
3736
$this->plugin = plugin_basename( __FILE__ );
3837
$this->plugin_slug = plugin_basename( __DIR__ );
3938

@@ -47,7 +46,6 @@ public function __construct() {
4746

4847
// Handle clearing logs
4948
add_action( 'admin_post_acf_tn_clear_logs', array( $this, 'handle_clear_logs' ) );
50-
5149
}
5250

5351
/**

0 commit comments

Comments
 (0)