diff options
Diffstat (limited to 'plugins/wordpress-mobile-pack/export/content.php')
-rwxr-xr-x | plugins/wordpress-mobile-pack/export/content.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/wordpress-mobile-pack/export/content.php b/plugins/wordpress-mobile-pack/export/content.php index 6f0f336f..3f6bd2c1 100755 --- a/plugins/wordpress-mobile-pack/export/content.php +++ b/plugins/wordpress-mobile-pack/export/content.php @@ -79,12 +79,7 @@ if ( isset( $_GET['content'] ) ) { case 'androidmanifest': case 'mozillamanifest': - - if ( isset( $_GET['premium'] ) && $_GET['premium'] == 1 ) { - echo $export_settings->export_manifest_premium(); - } else { - echo $export_settings->export_manifest(); - } + echo $export_settings->export_manifest(); break; case 'apptexts': |