WP Admin UI Customize - Version 1.4.4.1

Version Description

  • Fixed: Error show of not core update notice settings.
  • Fixed: Submit metabox is setting of custom post type of Manager Metabox.
Download this release

Release Info

Developer gqevu6bsiz
Plugin Icon wp plugin WP Admin UI Customize
Version 1.4.4.1
Comparing to
See all releases

Code changes from version 1.4.4 to 1.4.4.1

inc/setting_manage_metabox.php CHANGED
@@ -200,7 +200,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
200
  <?php foreach( $Metaboxes["metaboxes"][$post_name] as $context => $meta_box ) : ?>
201
  <?php foreach( $meta_box as $priority => $box ) : ?>
202
  <?php foreach( $box as $metabox_id => $metabox_title ) : ?>
203
- <?php if( !empty( $metabox_id ) && $metabox_id != 'submitdiv' ) : ?>
204
  <tr>
205
  <th><?php echo $metabox_title; ?></th>
206
  <td>
200
  <?php foreach( $Metaboxes["metaboxes"][$post_name] as $context => $meta_box ) : ?>
201
  <?php foreach( $meta_box as $priority => $box ) : ?>
202
  <?php foreach( $box as $metabox_id => $metabox_title ) : ?>
203
+ <?php if( !empty( $metabox_id ) ) : ?>
204
  <tr>
205
  <th><?php echo $metabox_title; ?></th>
206
  <td>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WP Admin UI Customize ===
2
  Contributors: gqevu6bsiz
3
- Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_4_4
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.6.1
6
  Tested up to: 3.8.1
7
- Stable tag: 1.4.4
8
  License: GPL2
9
 
10
  Customize the management screen UI.
@@ -50,6 +50,10 @@ These to Customization is possible.
50
 
51
  == Changelog ==
52
 
 
 
 
 
53
  = 1.4.4 =
54
  * Fixed: Settings of Dashboard.
55
  * Added: Write link to the document.
1
  === WP Admin UI Customize ===
2
  Contributors: gqevu6bsiz
3
+ Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_4_4_1
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.6.1
6
  Tested up to: 3.8.1
7
+ Stable tag: 1.4.4.1
8
  License: GPL2
9
 
10
  Customize the management screen UI.
50
 
51
  == Changelog ==
52
 
53
+ = 1.4.4.1 =
54
+ * Fixed: Error show of not core update notice settings.
55
+ * Fixed: Submit metabox is setting of custom post type of Manager Metabox.
56
+
57
  = 1.4.4 =
58
  * Fixed: Settings of Dashboard.
59
  * Added: Write link to the document.
wp-admin-ui-customize.php CHANGED
@@ -2,10 +2,10 @@
2
  /*
3
  Plugin Name: WP Admin UI Customize
4
  Description: An excellent plugin to customize the management screens.
5
- Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_4
6
- Version: 1.4.4
7
  Author: gqevu6bsiz
8
- Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_4
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
@@ -55,7 +55,7 @@ class WP_Admin_UI_Customize
55
 
56
 
57
  function __construct() {
58
- $this->Ver = '1.4.4';
59
  $this->Name = 'WP Admin UI Customize';
60
  $this->Dir = plugin_dir_path( __FILE__ );
61
  $this->Url = plugin_dir_url( __FILE__ );
@@ -1918,21 +1918,27 @@ class WP_Admin_UI_Customize
1918
 
1919
  // FilterStart
1920
  function notice_update_core( $site_transient_update_core ) {
1921
- $site_transient_update_core->updates[0]->response = 'latest';
 
 
1922
 
1923
  return $site_transient_update_core;
1924
  }
1925
 
1926
  // FilterStart
1927
  function notice_update_plugin( $site_transient_update_plugins ) {
1928
- unset( $site_transient_update_plugins->response );
 
 
1929
 
1930
  return $site_transient_update_plugins;
1931
  }
1932
 
1933
  // FilterStart
1934
  function notice_update_theme( $site_transient_update_themes ) {
1935
- unset( $site_transient_update_themes->response );
 
 
1936
 
1937
  return $site_transient_update_themes;
1938
  }
2
  /*
3
  Plugin Name: WP Admin UI Customize
4
  Description: An excellent plugin to customize the management screens.
5
+ Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_4_1
6
+ Version: 1.4.4.1
7
  Author: gqevu6bsiz
8
+ Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_4_1
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
55
 
56
 
57
  function __construct() {
58
+ $this->Ver = '1.4.4.1';
59
  $this->Name = 'WP Admin UI Customize';
60
  $this->Dir = plugin_dir_path( __FILE__ );
61
  $this->Url = plugin_dir_url( __FILE__ );
1918
 
1919
  // FilterStart
1920
  function notice_update_core( $site_transient_update_core ) {
1921
+ if( !empty( $site_transient_update_core ) && !empty( $site_transient_update_core->updates[0] ) && !empty( $site_transient_update_core->updates[0]->response ) ) {
1922
+ $site_transient_update_core->updates[0]->response = 'latest';
1923
+ }
1924
 
1925
  return $site_transient_update_core;
1926
  }
1927
 
1928
  // FilterStart
1929
  function notice_update_plugin( $site_transient_update_plugins ) {
1930
+ if( isset( $site_transient_update_plugins->response ) ) {
1931
+ unset( $site_transient_update_plugins->response );
1932
+ }
1933
 
1934
  return $site_transient_update_plugins;
1935
  }
1936
 
1937
  // FilterStart
1938
  function notice_update_theme( $site_transient_update_themes ) {
1939
+ if( isset( $site_transient_update_themes->response ) ) {
1940
+ unset( $site_transient_update_themes->response );
1941
+ }
1942
 
1943
  return $site_transient_update_themes;
1944
  }