summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-04-18 11:42:44 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-04-18 11:42:44 -0400
commitc3ce6c82a853dc176b73186736f95438cfef713d (patch)
tree7af35526ebccb8bd381ab7646b1f8cf67511dac7 /plugins/wordpress-mobile-pack/admin/class-admin-ajax.php
parentUpdate plugin public-post-preview to 2.5.0 (diff)
downloadblogs-gentoo-c3ce6c82a853dc176b73186736f95438cfef713d.tar.gz
blogs-gentoo-c3ce6c82a853dc176b73186736f95438cfef713d.tar.bz2
blogs-gentoo-c3ce6c82a853dc176b73186736f95438cfef713d.zip
Update pluging wordpress-mobile-pack to 2.2.2
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.
*