Include optional s on end of http
<?php
/*
Plugin Name: GLM Blocks
-Version: 1.5.3
+Version: 1.5.4
Description: Displays blocks of content managed from the admin under Blocks.
Author: Steve Sutton <steve@gaslightmedia.com>
Author URI: http://www.gaslightmedia.com
break;
case 'url':
if ($custom['glm_block_ext_url'][0] != '') {
- $block->url = (preg_match('/^http:\/\//', $custom['glm_block_ext_url'][0]))
+ $block->url = (preg_match('/^https?:\/\//', $custom['glm_block_ext_url'][0]))
? $custom['glm_block_ext_url'][0]
: 'http://' . $custom['glm_block_ext_url'][0];
$block->externalUrl = true;