Version Description
Download this release
Release Info
Developer | willmot |
Plugin | The WP Remote WordPress Plugin |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- readme.txt +2 -2
- wprp.admin.php +1 -1
- wprp.plugin.php +1 -1
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== The WP Remote WordPress Plugin ===
|
2 |
Contributors: humanmade, joehoyle, mattheu, tcrsavage, willmot
|
3 |
Tags: wpremote, remote administration, multiple wordpress
|
4 |
-
Requires at least:
|
5 |
Tested up to: 3.3.1
|
6 |
-
Stable tag: 2.0.
|
7 |
|
8 |
WP Remote is a free web app that enables you to easily manage all of your WordPress powered sites from one place.
|
9 |
|
1 |
=== The WP Remote WordPress Plugin ===
|
2 |
Contributors: humanmade, joehoyle, mattheu, tcrsavage, willmot
|
3 |
Tags: wpremote, remote administration, multiple wordpress
|
4 |
+
Requires at least: 2.9
|
5 |
Tested up to: 3.3.1
|
6 |
+
Stable tag: 2.0.2
|
7 |
|
8 |
WP Remote is a free web app that enables you to easily manage all of your WordPress powered sites from one place.
|
9 |
|
wprp.admin.php
CHANGED
@@ -58,7 +58,7 @@ if ( ! get_option( 'wpr_api_key' ) )
|
|
58 |
*/
|
59 |
function wprp_api_key_added_admin_notice() {
|
60 |
|
61 |
-
if ( get_current_screen()->base != 'plugins' || empty( $_GET['settings-updated'] ) || ! get_option( 'wpr_api_key' ) )
|
62 |
return; ?>
|
63 |
|
64 |
<div id="wprp-message" class="updated">
|
58 |
*/
|
59 |
function wprp_api_key_added_admin_notice() {
|
60 |
|
61 |
+
if ( function_exists( 'get_current_screen' ) && get_current_screen()->base != 'plugins' || empty( $_GET['settings-updated'] ) || ! get_option( 'wpr_api_key' ) )
|
62 |
return; ?>
|
63 |
|
64 |
<div id="wprp-message" class="updated">
|
wprp.plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: WP Remote
|
5 |
Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>. Deactivate to clear your API Key.
|
6 |
-
Version: 2.0.
|
7 |
Author: Human Made Limited
|
8 |
Author URI: http://hmn.md/
|
9 |
*/
|
3 |
/*
|
4 |
Plugin Name: WP Remote
|
5 |
Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>. Deactivate to clear your API Key.
|
6 |
+
Version: 2.0.2
|
7 |
Author: Human Made Limited
|
8 |
Author URI: http://hmn.md/
|
9 |
*/
|