mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
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
|
'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(
|
||||||
|
|
Loading…
Reference in a new issue