wp-shortcake / shortcake-bakery

A fine selection of shortcodes for WordPress
42 stars 16 forks source link

Deprecate `src_force_protocol` attribute in favor of 5.3 compat #137

Closed danielbachhuber closed 8 years ago

danielbachhuber commented 8 years ago

The original problem to be solved was parse_url()'s lack of protocol-less URL support in PHP 5.3

Let's solve this specific problem, instead of half-solving it and introducing a new problem where the wrong protocol can be specified.

danielbachhuber commented 8 years ago

@goldenapples #reviewmerge

goldenapples commented 8 years ago

Looks good.