Browse Source

Fix coding standards

pull/185/head
Ned Zimmerman 7 years ago
parent
commit
3888426034
  1. 2
      inc/shortcodes/namespace.php

2
inc/shortcodes/namespace.php

@ -52,7 +52,7 @@ function call_to_action( $atts ) {
);
// Fallback for shortcodes using the old url attribute
if ($atts['link'] === '#' && $atts['url']) {
if ( $atts['link'] === '#' && $atts['url'] ) {
$atts['link'] = $atts['url'];
}

Loading…
Cancel
Save