Skip to content

Commit

Permalink
Include update notice on all sensei pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fjorgemota committed Apr 19, 2023
1 parent ccc6cdb commit 2d55b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/home/notices/class-sensei-home-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ private function get_plugin_update_notice( array $plugin_data ): array {
$plugin_file = $plugin_data['plugin_basename'];
$latest_version = $plugin_data['latest_version'];

$notice = $this->get_base_plugin_notice( $plugin_data );
$notice = $this->get_base_plugin_notice( $plugin_data, [ 'sensei*' ] );
$notice['message'] = wp_kses(
sprintf(
// translators: First placeholder is the plugin name and second placeholder is the latest version available.
Expand Down

0 comments on commit 2d55b35

Please sign in to comment.