Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WordPress
Mindcat
Commits
755ea696
Commit
755ea696
authored
1 year ago
by
FoucherAurelie
Browse files
Options
Download
Email Patches
Plain Diff
add comments
parent
f566ee07
No related merge requests found
Pipeline
#31868
passed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mindcat/inc/class-mindcat.php
+8
-0
mindcat/inc/class-mindcat.php
with
8 additions
and
0 deletions
+8
-0
mindcat/inc/class-mindcat.php
+
8
-
0
View file @
755ea696
...
...
@@ -142,6 +142,14 @@ class MindCat{
}
/**
* Render the mindmap block
*
* @param mixed $attributes
* @param mixed $content
*
* @return string
*/
function
block_mindmap
(
$attributes
,
$content
=
''
){
$this
->
require_once
(
'views/mindmap.php'
);
return
\
Mindcat\mindmap
(
$attributes
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets