Skip to content

Commit

Permalink
Fixed: codefactor issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
thanghv committed Mar 22, 2023
1 parent 6f86f9c commit 415e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/class-mainwp-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ public static function gen_groups_sites_selection() {
*
* @uses \MainWP\Dashboard\MainWP_DB::get_websites_count()
*/
public static function render_header_actions() {
public static function render_header_actions() { //phpcs:ignore -- complex method.
$sites_count = MainWP_DB::instance()->get_websites_count();
$website_id = '';
$sidebar_pages = array( 'ManageGroups', 'PostBulkManage', 'PostBulkAdd', 'PageBulkManage', 'PageBulkAdd', 'ThemesManage', 'ThemesInstall', 'ThemesAutoUpdate', 'PluginsManage', 'PluginsInstall', 'PluginsAutoUpdate', 'UserBulkManage', 'UserBulkAdd', 'UpdateAdminPasswords', 'Extensions' );
Expand Down

0 comments on commit 415e976

Please sign in to comment.