| @@ -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 ); |