summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/admin/class-admin-ajax.php')
-rwxr-xr-x[-rw-r--r--]plugins/wordpress-mobile-pack/admin/class-admin-ajax.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/wordpress-mobile-pack/admin/class-admin-ajax.php b/plugins/wordpress-mobile-pack/admin/class-admin-ajax.php
index 3c9b1069..cca82e17 100644..100755
--- a/plugins/wordpress-mobile-pack/admin/class-admin-ajax.php
+++ b/plugins/wordpress-mobile-pack/admin/class-admin-ajax.php
@@ -38,7 +38,7 @@ if ( ! class_exists( 'WMobilePack_Admin_Ajax' ) ) {
/**
*
- * Create a theme management object and return it
+ * Create a premium management object and return it
*
* @return object
*
@@ -53,6 +53,7 @@ if ( ! class_exists( 'WMobilePack_Admin_Ajax' ) ) {
return new WMobilePack_Premium();
}
+
/**
* Save new font settings into the database. Returns true if we need to compile the css file.
*