Set function to be specific for now

This commit is contained in:
Jay Wood
2016-09-30 13:15:54 -04:00
parent b664c711fe
commit 82d2425164
2 changed files with 6 additions and 6 deletions

View File

@ -447,7 +447,7 @@ class CWV2_Admin {
'id' => 'cat_list',
'name' => __( 'Category restrictions', 'content-warning-v2' ),
'desc' => __( 'Select categories that you would like to restrict with the dialog.', 'content-warning-v2' ),
'type' => 'select2',
'type' => 'select2_multi',
'options' => $this->get_cat_list()
),
),