PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 2.7.1
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v2.7.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 | inc/layout/functions.php +0 -5 trunk2.7.1 View file →
@@ -137,13 +137,8 @@
137 137 $registry = Component_Registry::instance();
138 138 return $registry::footers();
139 139 }
140 140
141 -function blockspare_get_templates() {
142 - $registry = Component_Registry::instance();
143 - return $registry::templates();
144 -}
145 -
146 141
147 142 function blockspare_import_images_replace_url($content =''){
148 143
149 144 preg_match_all( '#\bhttps?://[^,\s()<>]+(?:\([\w\d]+\)|([^,[:punct:]\s]|/))#', $content, $match );