From 92c3d2d61186dd62556ba67a23363bfe82533045 Mon Sep 17 00:00:00 2001 From: Patrick Garman Date: Sat, 21 Jan 2012 03:10:59 +0000 Subject: [PATCH] one less function to write in gateway development --- classes/woocommerce_settings_api.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/classes/woocommerce_settings_api.class.php b/classes/woocommerce_settings_api.class.php index ef7fab1e917..988a9600aed 100644 --- a/classes/woocommerce_settings_api.class.php +++ b/classes/woocommerce_settings_api.class.php @@ -23,7 +23,12 @@ class woocommerce_settings_api { * * @since 1.0.0 */ - function admin_options() {} + function admin_options() { ?> +

method_title)) ? $this->method_title : __('Settings','woocommerce') ; ?>

+ + generate_settings_html(); ?> +