Ejemplo n.º 1
0
 public static function get_instance()
 {
     if (null == self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
 /**
  * Return the comment edit time in minutes
  *
  * Return the comment edit time in minutes
  *
  * @since 1.3.0
  * @access private
  *
  * @return int comment time
  */
 private function get_comment_time()
 {
     return absint(Simple_Comment_Editing::get_instance()->get_comment_time());
 }