Even with the comma it doesn′t work.
This is how the code looks on my site
`$args = array(
‘label’ => __( ‘PopUp’, PO_LANG ),
‘description’ => __( ‘Display PopUp messages on your website!’, PO_LANG ),
‘labels’ => $labels,
‘supports’ => array( ” ),
‘hierarchical’ => false,
‘public’ => false,
‘show_ui’ => $manage_popups,
‘show_in_menu’ => $manage_popups,
‘show_in_nav_menus’ => false,
‘show_in_admin_bar’ => $manage_popups,
‘menu_position’ => self::$menu_pos,
‘menu_icon’ => PO_IMG_URL . ‘icon.png’,
‘can_export’ => true,
‘has_archive’ => false,
‘exclude_from_search’ => true,
‘publicly_queryable’ => false,
‘rewrite’ => false,
‘capabilities’ => array(
‘read_post’ => self::$perms,
‘delete_posts’ => self::$perms,
‘edit_posts’ => self::$perms,
‘edit_post’ => self::$perms,
‘edit_others_posts’ => self::$perms,
‘publish_posts’ => self::$perms,
‘read_private_posts’ => self::$perms,
),
);