PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.6.2
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.6.2
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | freemius/templates/admin-notice.php +4 -1 1.3.3 → 2.6.2 View file →
@@ -44,8 +44,11 @@
44 44 break;
45 45 case 'promotion':
46 46 echo 'updated promotion';
47 47 break;
48 + case 'warn':
49 + echo 'notice notice-warning';
50 + break;
48 51 case 'update':
49 52 // echo 'update-nag update';
50 53 // break;
51 54 case 'success':
@@ -63,9 +66,9 @@
63 66 echo " fs-type-{$type}";
64 67 } ?>"><?php if ( ! empty( $VARS['plugin'] ) ) : ?>
65 68 <label class="fs-plugin-title"><?php echo $VARS['plugin'] ?></label>
66 69 <?php endif ?>
67 - <?php if ( ! empty( $VARS['sticky'] ) ) : ?>
70 + <?php if ( ! empty( $VARS['sticky'] ) && ( ! isset( $VARS['dismissible'] ) || false !== $VARS['dismissible'] ) ) : ?>
68 71 <div class="fs-close"><i class="dashicons dashicons-no"
69 72 title="<?php echo esc_attr( $dismiss_text ) ?>"></i> <span><?php echo esc_html( $dismiss_text ) ?></span>
70 73 </div>
71 74 <?php endif ?>