mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Merge branch 'master' of https://github.com/mainwp/mainwp-child into thang
This commit is contained in:
commit
98add3f1b9
9 changed files with 1743 additions and 930 deletions
|
@ -961,7 +961,7 @@ class MainWP_Child_Branding {
|
|||
return true;
|
||||
}
|
||||
|
||||
if ( is_array( $branding_header ) && ! empty( $branding_header['name'] ) ) {
|
||||
if ( is_array( $branding_header ) && ! empty( $branding_header['name'] ) && is_array( $plugins ) ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue