mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
Bugfixes, Minor Update
This commit is contained in:
+2
-2
@@ -354,7 +354,7 @@ class UM_Builtin {
|
||||
|
||||
'block' => array(
|
||||
'name' => 'Content Block',
|
||||
'col1' => array('_title'),
|
||||
'col1' => array('_title','_visibility'),
|
||||
'col2' => array('_public','_roles'),
|
||||
'col_full' => array('_content'),
|
||||
'mce_content' => true,
|
||||
@@ -372,7 +372,7 @@ class UM_Builtin {
|
||||
|
||||
'shortcode' => array(
|
||||
'name' => 'Shortcode',
|
||||
'col1' => array('_title'),
|
||||
'col1' => array('_title','_visibility'),
|
||||
'col2' => array('_public','_roles'),
|
||||
'col_full' => array('_content'),
|
||||
'validate' => array(
|
||||
|
||||
Reference in New Issue
Block a user