__( 'Recent Comments', 'desktop-mode' ), 'description' => __( 'Live feed of the latest comments with pending count.', 'desktop-mode' ), 'icon' => 'dashicons-admin-comments', 'script' => 'os-comments-widget', 'movable' => true, 'resizable' => true, 'min_width' => 280, 'min_height' => 220, 'default_width' => 320, 'default_height' => 380, ) ); } add_action( 'init', 'openstation_register_comments_widget', 6 );