minor
This commit is contained in:
@@ -31,7 +31,7 @@ function gancio_event_handler_function( $atts, $content, $tag) {
|
|||||||
'id' => 0
|
'id' => 0
|
||||||
), $atts);
|
), $atts);
|
||||||
return '<gancio-event baseurl="' . $a['baseurl'] . '" id=' . $a['id'] . '></gancio-event>';
|
return '<gancio-event baseurl="' . $a['baseurl'] . '" id=' . $a['id'] . '></gancio-event>';
|
||||||
};
|
}
|
||||||
|
|
||||||
function gancio_events_handler_function( $atts, $content, $tag) {
|
function gancio_events_handler_function( $atts, $content, $tag) {
|
||||||
$a = shortcode_atts( array(
|
$a = shortcode_atts( array(
|
||||||
|
|||||||
Reference in New Issue
Block a user