/**
  * Add counts to "Right Now" dashboard widget in WP 3.7-.
  *
  * @since Unknown
  */
 public function add_rightnow_counts()
 {
     $glancer = new Gamajo_Dashboard_RightNow();
     $glancer->add($this->registration_handler->post_type, array('publish', 'pending'));
 }
 /**
  * Add videos to "Right Now" dashboard widget in WP -3.7
  *
  * @since    1.6.0
  */
 public function add_dashboard_counts_old()
 {
     $glancer = new Gamajo_Dashboard_RightNow();
     $glancer->add('flowplayer5');
 }