WP Admin UI Customize - Version 1.3.5.2

Version Description

  • Added the use of variables in the footer text.
Download this release

Release Info

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

Code changes from version 1.3.5.1 to 1.3.5.2

inc/setting_admin_general.php CHANGED
@@ -122,6 +122,7 @@ wp_enqueue_style( $this->PageSlug , $this->Dir . dirname( dirname( plugin_basena
122
  <?php if( !empty( $Data[$field] ) ) : $Val = esc_html( stripslashes( $Data[$field] ) ); endif; ?>
123
  <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="large-text" />
124
  <p class="description">Default: <?php _e( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ); ?></p>
 
125
  </td>
126
  </tr>
127
  </tbody>
122
  <?php if( !empty( $Data[$field] ) ) : $Val = esc_html( stripslashes( $Data[$field] ) ); endif; ?>
123
  <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="large-text" />
124
  <p class="description">Default: <?php _e( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ); ?></p>
125
+ <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Variables' , $this->ltd ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , $this->ltd ); ?></a>
126
  </td>
127
  </tr>
128
  </tbody>
inc/setting_default.php CHANGED
@@ -23,7 +23,7 @@ wp_enqueue_style( $this->PageSlug , $this->Dir . dirname( dirname( plugin_basena
23
  <h2><?php echo $this->Name; ?></h2>
24
  <p><?php _e( 'Customize the UI of the management screen for all users.' , $this->ltd ); ?>
25
  <p><?php _e ( 'Please select the user roles that all settings will apply to.' , $this->ltd ); ?></p>
26
- <p><strong><span style="color: orange;">new</span> <a href="<?php echo $this->Site; ?>import_export_about/?utm_source=use_plugin&utm_medium=side&utm_content=utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Import &amp; Export Add-on</a></strong></p>
27
 
28
  <div class="metabox-holder columns-2">
29
 
@@ -105,10 +105,10 @@ wp_enqueue_style( $this->PageSlug , $this->Dir . dirname( dirname( plugin_basena
105
  <div class="stuffbox" id="aboutbox">
106
  <h3><span class="hndle"><?php _e( 'About plugin' , $this->ltd_p ); ?></span></h3>
107
  <div class="inside">
108
- <p><?php _e( 'Version check' , $this->ltd_p ); ?> : 3.4.2 - 3.6 beta3</p>
109
  <ul>
110
- <li><a href="<?php echo $this->Site; ?>?utm_source=use_plugin&utm_medium=side&utm_content=utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Plugin\'s site' , $this->ltd_p ); ?></a></li>
111
- <li><a href="<?php echo $this->AuthorUrl; ?>?utm_source=use_plugin&utm_medium=side&utm_content<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Developer\'s site' , $this->ltd_p ); ?></a></li>
112
  <li><a href="http://wordpress.org/support/plugin/wp-admin-ui-customize" target="_blank"><?php _e( 'Support Forums' ); ?></a></li>
113
  <li><a href="http://wordpress.org/support/view/plugin-reviews/wp-admin-ui-customize" target="_blank"><?php _e( 'Reviews' , $this->ltd_p ); ?></a></li>
114
  <li><a href="https://twitter.com/gqevu6bsiz" target="_blank">twitter</a></li>
@@ -120,9 +120,9 @@ wp_enqueue_style( $this->PageSlug , $this->Dir . dirname( dirname( plugin_basena
120
  <div class="stuffbox" id="usefulbox">
121
  <h3><span class="hndle"><?php _e( 'Useful plugins' , $this->ltd_p ); ?></span></h3>
122
  <div class="inside">
123
- <p><strong><span style="color: orange;">new</span> <a href="<?php echo $this->Site; ?>import_export_about/?utm_source=use_plugin&utm_medium=side&utm_content=utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Import &amp; Export Add-on</a></strong></p>
124
  <p class="description"><?php _e( 'This add-on is import & export of settings data of WP Admin UI Customize.' , $this->ltd_p ); ?></p>
125
- <p><strong><a href="<?php echo $this->Site; ?>multisite_about/?utm_source=use_plugin&utm_medium=side&utm_content=utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize for Multisite</a></strong></p>
126
  <p class="description"><?php _e( 'This add-on is an add-on to unify the management screen of all sites.' , $this->ltd_p ); ?></p>
127
  <p><strong><a href="http://wordpress.org/extend/plugins/post-lists-view-custom/" target="_blank">Post Lists View Custom</a></strong></p>
128
  <p class="description"><?php _e( 'Customize the list of the post and page. custom post type page, too. You can customize the column display items freely.' , $this->ltd_p ); ?></p>
23
  <h2><?php echo $this->Name; ?></h2>
24
  <p><?php _e( 'Customize the UI of the management screen for all users.' , $this->ltd ); ?>
25
  <p><?php _e ( 'Please select the user roles that all settings will apply to.' , $this->ltd ); ?></p>
26
+ <p><strong><span style="color: orange;">new</span> <a href="<?php echo $this->Site; ?>import_export_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Import &amp; Export Add-on</a></strong></p>
27
 
28
  <div class="metabox-holder columns-2">
29
 
105
  <div class="stuffbox" id="aboutbox">
106
  <h3><span class="hndle"><?php _e( 'About plugin' , $this->ltd_p ); ?></span></h3>
107
  <div class="inside">
108
+ <p><?php _e( 'Version check' , $this->ltd_p ); ?> : 3.4.2 - 3.5.2</p>
109
  <ul>
110
+ <li><a href="<?php echo $this->Site; ?>?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Plugin\'s site' , $this->ltd_p ); ?></a></li>
111
+ <li><a href="<?php echo $this->AuthorUrl; ?>?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Developer\'s site' , $this->ltd_p ); ?></a></li>
112
  <li><a href="http://wordpress.org/support/plugin/wp-admin-ui-customize" target="_blank"><?php _e( 'Support Forums' ); ?></a></li>
113
  <li><a href="http://wordpress.org/support/view/plugin-reviews/wp-admin-ui-customize" target="_blank"><?php _e( 'Reviews' , $this->ltd_p ); ?></a></li>
114
  <li><a href="https://twitter.com/gqevu6bsiz" target="_blank">twitter</a></li>
120
  <div class="stuffbox" id="usefulbox">
121
  <h3><span class="hndle"><?php _e( 'Useful plugins' , $this->ltd_p ); ?></span></h3>
122
  <div class="inside">
123
+ <p><strong><span style="color: orange;">new</span> <a href="<?php echo $this->Site; ?>import_export_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Import &amp; Export Add-on</a></strong></p>
124
  <p class="description"><?php _e( 'This add-on is import & export of settings data of WP Admin UI Customize.' , $this->ltd_p ); ?></p>
125
+ <p><strong><a href="<?php echo $this->Site; ?>multisite_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize for Multisite</a></strong></p>
126
  <p class="description"><?php _e( 'This add-on is an add-on to unify the management screen of all sites.' , $this->ltd_p ); ?></p>
127
  <p><strong><a href="http://wordpress.org/extend/plugins/post-lists-view-custom/" target="_blank">Post Lists View Custom</a></strong></p>
128
  <p class="description"><?php _e( 'Customize the list of the post and page. custom post type page, too. You can customize the column display items freely.' , $this->ltd_p ); ?></p>
inc/setting_loginscreen.php CHANGED
@@ -113,6 +113,7 @@ wp_enqueue_style( $this->PageSlug , $this->Dir . dirname( dirname( plugin_basena
113
  <?php $Val = ''; ?>
114
  <?php if( !empty( $Data[$field] ) ) : $Val = stripslashes( esc_html( $Data[$field] ) ); endif; ?>
115
  <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="large-text" id="<?php echo $field; ?>">
 
116
  </td>
117
  </tr>
118
  </tbody>
113
  <?php $Val = ''; ?>
114
  <?php if( !empty( $Data[$field] ) ) : $Val = stripslashes( esc_html( $Data[$field] ) ); endif; ?>
115
  <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="large-text" id="<?php echo $field; ?>">
116
+ <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Variables' , $this->ltd ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , $this->ltd ); ?></a>
117
  </td>
118
  </tr>
119
  </tbody>
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_3_5_1
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar
5
  Requires at least: 3.4.2
6
- Tested up to: 3.6-beta3
7
- Stable tag: 1.3.5.1
8
  License: GPL2
9
 
10
  Customize the management screen UI.
@@ -49,6 +49,9 @@ These to Customization is possible.
49
 
50
  == Changelog ==
51
 
 
 
 
52
  = 1.3.5.1 =
53
  * Fixed bug : Get user role group.
54
 
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_3_5_2
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar
5
  Requires at least: 3.4.2
6
+ Tested up to: 3.5.2
7
+ Stable tag: 1.3.5.2
8
  License: GPL2
9
 
10
  Customize the management screen UI.
49
 
50
  == Changelog ==
51
 
52
+ = 1.3.5.2 =
53
+ * Added the use of variables in the footer text.
54
+
55
  = 1.3.5.1 =
56
  * Fixed bug : Get user role group.
57
 
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_3_5_1
6
- Version: 1.3.5.1
7
  Author: gqevu6bsiz
8
- Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_3_5_1
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
@@ -48,7 +48,7 @@ class WP_Admin_UI_Customize
48
 
49
 
50
  function __construct() {
51
- $this->Ver = '1.3.5.1';
52
  $this->Name = 'WP Admin UI Customize';
53
  $this->Dir = WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ ) ) . '/';
54
  $this->Site = 'http://wpadminuicustomize.com/';
@@ -100,7 +100,7 @@ class WP_Admin_UI_Customize
100
  // PluginSetup
101
  function plugin_action_links( $links , $file ) {
102
  if( plugin_basename(__FILE__) == $file ) {
103
- $link = '<a href="' . 'admin.php?page=' . $this->PageSlug . '">' . __('Settings') . '</a>';
104
  $support_link = '<a href="http://wordpress.org/support/plugin/wp-admin-ui-customize" target="_blank">' . __( 'Support Forums' ) . '</a>';
105
  array_unshift( $links, $link , $support_link );
106
  }
@@ -1120,7 +1120,7 @@ class WP_Admin_UI_Customize
1120
  unset( $GetData["UPFN"] );
1121
 
1122
  if( !empty( $GetData["login_footer"] ) ) {
1123
- $text = stripslashes( $GetData["login_footer"] );
1124
 
1125
  echo $text;
1126
  }
@@ -1271,7 +1271,7 @@ class WP_Admin_UI_Customize
1271
  if( !empty( $GetData["UPFN"] ) ) {
1272
  unset( $GetData["UPFN"] );
1273
 
1274
- $footer_text = stripslashes( $GetData["footer_text"] );
1275
  }
1276
 
1277
  return $footer_text;
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_3_5_2
6
+ Version: 1.3.5.2
7
  Author: gqevu6bsiz
8
+ Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_3_5_2
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
48
 
49
 
50
  function __construct() {
51
+ $this->Ver = '1.3.5.2';
52
  $this->Name = 'WP Admin UI Customize';
53
  $this->Dir = WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ ) ) . '/';
54
  $this->Site = 'http://wpadminuicustomize.com/';
100
  // PluginSetup
101
  function plugin_action_links( $links , $file ) {
102
  if( plugin_basename(__FILE__) == $file ) {
103
+ $link = '<a href="' .self_admin_url(). 'admin.php?page=' . $this->PageSlug . '">' . __('Settings') . '</a>';
104
  $support_link = '<a href="http://wordpress.org/support/plugin/wp-admin-ui-customize" target="_blank">' . __( 'Support Forums' ) . '</a>';
105
  array_unshift( $links, $link , $support_link );
106
  }
1120
  unset( $GetData["UPFN"] );
1121
 
1122
  if( !empty( $GetData["login_footer"] ) ) {
1123
+ $text = $this->val_replace( stripslashes( $GetData["login_footer"] ) );
1124
 
1125
  echo $text;
1126
  }
1271
  if( !empty( $GetData["UPFN"] ) ) {
1272
  unset( $GetData["UPFN"] );
1273
 
1274
+ $footer_text = $this->val_replace( stripslashes( $GetData["footer_text"] ) );
1275
  }
1276
 
1277
  return $footer_text;