diff options
author | Zach van Rijn <me@zv.io> | 2021-07-23 17:02:47 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-23 17:02:47 -0500 |
commit | cd208764a0f631b5d72fcf272e819f4c013a68dc (patch) | |
tree | 66f576b84fb290c9d1a219493e5d5f5a93aa9123 /inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php | |
parent | 74a3674d0446456f0a6f43433b96aa77ad2e4c69 (diff) | |
download | blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.tar.gz blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.tar.bz2 blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.tar.xz blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.zip |
Remove more nag notices.
Diffstat (limited to 'inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php')
-rw-r--r-- | inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php b/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php index ba072ef..9f52df8 100644 --- a/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php +++ b/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php @@ -48,7 +48,7 @@ if ( ! class_exists( 'Astra_Pro_Upgrade_Link_Configs' ) ) { ); - return array_merge( $configurations, $_configs ); + return $configurations; } } |