Esempio n. 1
0
 /**
  * Configures help tabs content.
  *
  * @since 1.2
  */
 public function help_tabs_content($screen)
 {
     $screen->add_help_tab(array('id' => 'c2c-advanced-tips-' . $this->id_base, 'title' => __('Advanced Tips', $this->textdomain), 'content' => self::contextual_help('', $this->options_page)));
     parent::help_tabs_content($screen);
 }