Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkbone committed Oct 19, 2023
1 parent d7ca6ff commit 16810d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tags/3.2.2.1/src/admin-notices.php
Expand Up @@ -20,7 +20,7 @@ function __construct(){
add_action("admin_notices", array($this, "installwoo"));
}
add_action('wp_dashboard_setup', array($this, 'dashwidgets'));
if(BKF_VERSION == "3.2.0" || BKF_VERSION == "3.2.1" || BKF_VERSION == "3.2.2" || BKF_VERSION "3.2.2.1"){
if(BKF_VERSION == "3.2.0" || BKF_VERSION == "3.2.1" || BKF_VERSION == "3.2.2" || BKF_VERSION == "3.2.2.1"){
add_action("admin_notices", array($this, "upgrade_suburbs"));
}
add_action( 'admin_bar_menu', array($this, 'admin_bar_item'), 500 );
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/admin-notices.php
Expand Up @@ -20,7 +20,7 @@ function __construct(){
add_action("admin_notices", array($this, "installwoo"));
}
add_action('wp_dashboard_setup', array($this, 'dashwidgets'));
if(BKF_VERSION == "3.2.0" || BKF_VERSION == "3.2.1" || BKF_VERSION == "3.2.2" || BKF_VERSION "3.2.2.1"){
if(BKF_VERSION == "3.2.0" || BKF_VERSION == "3.2.1" || BKF_VERSION == "3.2.2" || BKF_VERSION == "3.2.2.1"){
add_action("admin_notices", array($this, "upgrade_suburbs"));
}
add_action( 'admin_bar_menu', array($this, 'admin_bar_item'), 500 );
Expand Down

0 comments on commit 16810d9

Please sign in to comment.