PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.2.1
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.2.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 2.6.1 All 38 releases
← All changes | src/admin/admin-block-list.php +1 -3 2.1.21.2.1 View file →
@@ -11,10 +11,9 @@
11 11 if ( ! defined( 'ABSPATH' ) ) {
12 12 exit;
13 13 }
14 14
15 -if(!function_exists('blockspare_admin_blocks_list')){
16 -function blockspare_admin_blocks_list()
15 +function blockspare_blocks_list()
17 16 {
18 17 return $blockspare_blocks = array(
19 18
20 19 array(
@@ -141,5 +140,4 @@
141 140 );
142 141
143 142
144 143 }
145 -}