Ejemplo n.º 1
0
function sce_instantiate()
{
    Simple_Comment_Editing::get_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());
 }