Version Description
- Remove depricated function call.
Download this release
Release Info
Developer | miyauchi |
Plugin | WP Total Hacks |
Version | 4.7.2 |
Comparing to | |
See all releases |
Code changes from version 4.7.1 to 4.7.2
- readme.txt +3 -1
- wp-total-hacks.php +1 -3
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: miyauchi,marushu
|
|
3 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 4.7.
|
7 |
|
8 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
9 |
PHP5 is required!
|
@@ -96,6 +96,8 @@ Please contact to me.
|
|
96 |
4. Other
|
97 |
|
98 |
== Changelog ==
|
|
|
|
|
99 |
|
100 |
= 2.0.0 =
|
101 |
* Tested on WordPress 4.3
|
3 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 4.7.2
|
7 |
|
8 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
9 |
PHP5 is required!
|
96 |
4. Other
|
97 |
|
98 |
== Changelog ==
|
99 |
+
= 4.7.2 =
|
100 |
+
* Remove depricated function call.
|
101 |
|
102 |
= 2.0.0 =
|
103 |
* Tested on WordPress 4.3
|
wp-total-hacks.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Total Hacks
|
|
4 |
Author: Takayuki Miyauchi
|
5 |
Plugin URI: https://github.com/miya0001/wp-total-hacks
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
-
Version: 4.7.
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: wp-total-hacks
|
@@ -366,8 +366,6 @@ class TotalHacks {
|
|
366 |
}
|
367 |
}
|
368 |
if ( $this->op( 'wfb_update_notification' ) ) {
|
369 |
-
global $user_login;
|
370 |
-
get_currentuserinfo();
|
371 |
if ( !current_user_can( 'update_plugins' ) ) {
|
372 |
remove_action( 'admin_notices', 'update_nag', 3 );
|
373 |
}
|
4 |
Author: Takayuki Miyauchi
|
5 |
Plugin URI: https://github.com/miya0001/wp-total-hacks
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
+
Version: 4.7.2
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: wp-total-hacks
|
366 |
}
|
367 |
}
|
368 |
if ( $this->op( 'wfb_update_notification' ) ) {
|
|
|
|
|
369 |
if ( !current_user_can( 'update_plugins' ) ) {
|
370 |
remove_action( 'admin_notices', 'update_nag', 3 );
|
371 |
}
|