minor
This commit is contained in:
parent
e0c91841e5
commit
258b5e0eac
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function gancio_event_handler_function( $atts, $content, $tag) {
|
|||
'id' => 0
|
||||
), $atts);
|
||||
return '<gancio-event baseurl="' . $a['baseurl'] . '" id=' . $a['id'] . '></gancio-event>';
|
||||
};
|
||||
}
|
||||
|
||||
function gancio_events_handler_function( $atts, $content, $tag) {
|
||||
$a = shortcode_atts( array(
|
||||
|
|
Loading…
Reference in a new issue