danix
's git repository
home
/
my projects
/
danixland-site-plugin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ea656
)
removed possibility to include shortcodes inside html widget
author
danix
<danix@danix.xyz>
Wed, 11 Jul 2018 16:40:43 +0000
(18:40 +0200)
committer
danix
<danix@danix.xyz>
Wed, 11 Jul 2018 16:40:43 +0000
(18:40 +0200)
danixland-site-plugin.php
patch
|
blob
|
blame
|
history
diff --git
a/danixland-site-plugin.php
b/danixland-site-plugin.php
index
ac76474
..
4e8aa54
100644
(file)
--- a/
danixland-site-plugin.php
+++ b/
danixland-site-plugin.php
@@
-12,7
+12,7
@@
show_admin_bar(__return_false());
/**
* Allow Shortcodes inside the html widget
*/
-add_filter( 'widget_text', 'do_shortcode' );
+
//
add_filter( 'widget_text', 'do_shortcode' );
/**
* make sure the links menu in the admin is visible