PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.3
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 2.6.1 All 38 releases
← All changes | freemius/templates/admin-notice.php +1 -4 2.5.01.3.3 View file →
@@ -44,11 +44,8 @@
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;
51 48 case 'update':
52 49 // echo 'update-nag update';
53 50 // break;
54 51 case 'success':
@@ -66,9 +63,9 @@
66 63 echo " fs-type-{$type}";
67 64 } ?>"><?php if ( ! empty( $VARS['plugin'] ) ) : ?>
68 65 <label class="fs-plugin-title"><?php echo $VARS['plugin'] ?></label>
69 66 <?php endif ?>
70 - <?php if ( ! empty( $VARS['sticky'] ) && ( ! isset( $VARS['dismissible'] ) || false !== $VARS['dismissible'] ) ) : ?>
67 + <?php if ( ! empty( $VARS['sticky'] ) ) : ?>
71 68 <div class="fs-close"><i class="dashicons dashicons-no"
72 69 title="<?php echo esc_attr( $dismiss_text ) ?>"></i> <span><?php echo esc_html( $dismiss_text ) ?></span>
73 70 </div>
74 71 <?php endif ?>