static function form_table_wrap( $content, $nonce = 'update_options' ) {
$output = self::table_wrap( $content );
$output = self::form_wrap( $output, $nonce );
return $output;
}
// Wraps the given content in a \n";
return $output;
}
// Wraps the given content in a
static function table_wrap( $content ) {
$output = "\n
\n" . $content . "\n
\n";
return $output;
}
// Wraps the given content in a
static function row_wrap( $title, $content ) {
return "\n