Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jan 28, 2025
1 parent 4ff061d commit 682e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/AdminNotices.php
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ public function get_notices() {
*/
$notices = apply_filters( 'ep_admin_notices', $this->notices );

// If the plugin is network-activated and not in the network admin, filter the notices whose scope is site.
// If the plugin is network-activated and not in the network admin, return the notices whose scope is site.
if ( defined( 'EP_IS_NETWORK' ) && EP_IS_NETWORK && ! is_network_admin() ) {
$notices = array_filter(
$notices,
Expand Down

0 comments on commit 682e853

Please sign in to comment.