WP Admin UI Customize - Version 1.5.12

Version Description

  • Added: Filter to menu_widget of admin bar.
  • Changed: update_option to not auto load.
Download this release

Release Info

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

Code changes from version 1.5.11 to 1.5.12

inc/setting_default.php CHANGED
@@ -11,126 +11,119 @@ wp_enqueue_style( $this->PageSlug , $this->Url . $this->PluginSlug . '.css', arr
11
  ?>
12
  <div class="wrap">
13
 
14
- <?php echo $this->Msg; ?>
15
- <h2><?php echo $this->Name; ?></h2>
16
- <p><?php _e( '
 
 
 
 
17
  WP Admin UI Customize allows the management UI for different user roles to be customized.' , 'wp-admin-ui-customize' ); ?></p>
18
- <p><?php _e ( 'Select the user roles to customize below.' , 'wp-admin-ui-customize' ); ?></p>
19
- <p>
20
- <span class="description"><?php _e( 'The Multiple Add-on is needed to create unique customizations for different user roles.' , 'wp-admin-ui-customize' ); ?></span>
21
- <strong><a href="<?php echo $this->Site; ?>multiple_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 Multiple Add-on</a></strong>
22
- </p>
23
-
24
- <div id="poststuff">
25
- <div id="post-body" class="metabox-holder columns-2">
26
-
27
- <div id="postbox-container-1" class="postbox-container">
28
-
29
- <div id="about_plugin">
30
-
31
- <div class="stuffbox" id="aboutbox">
32
- <h3><span class="hndle"><?php _e( 'About plugin' , 'wp-admin-ui-customize' ); ?></span></h3>
33
- <div class="inside">
34
- <p><?php _e( 'Tested with WordPress versions' , 'wp-admin-ui-customize' ); ?> : 4.2 - 4.8</p>
35
- <ul>
36
- <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 site' , 'wp-admin-ui-customize' ); ?></a></li>
37
- <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 site' , 'wp-admin-ui-customize' ); ?></a></li>
38
- <li><a href="http://wordpress.org/support/plugin/<?php echo $this->PluginSlug; ?>" target="_blank"><?php _e( 'Support Forums' ); ?></a></li>
39
- <li><a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $this->PluginSlug; ?>" target="_blank"><?php _e( 'Reviews' , 'wp-admin-ui-customize' ); ?></a></li>
40
- <li><a href="https://twitter.com/gqevu6bsiz" target="_blank">twitter</a></li>
41
- <li><a href="http://www.facebook.com/pages/Gqevu6bsiz/499584376749601" target="_blank">facebook</a></li>
42
- </ul>
43
- </div>
44
- </div>
45
-
46
- <div class="stuffbox" id="usefulbox">
47
- <h3><span class="hndle"><?php _e( 'Useful plugins' , 'wp-admin-ui-customize' ); ?></span></h3>
48
- <div class="inside">
49
- <p><strong><a href="<?php echo $this->Site; ?>multiple_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 Multiple Add-on</a></strong></p>
50
- <p class="description"><?php _e( 'Create unique customizations for different user roles' , 'wp-admin-ui-customize' ); ?></p>
51
- <p><strong><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>
52
- <p class="description"><?php _e( 'Easily import/export setting between installations.' , 'wp-admin-ui-customize' ); ?></p>
53
- <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>
54
- <p class="description"><?php _e( 'Unified custom management screens for Multisite.' , 'wp-admin-ui-customize' ); ?></p>
55
- <p><strong><a href="http://wordpress.org/extend/plugins/post-lists-view-custom/" target="_blank">Post Lists View Custom</a></strong></p>
56
- <p class="description"><?php _e( 'Customize list view columns for posts, pages, custom post types, media library, and other management screens.' , 'wp-admin-ui-customize' ); ?></p>
57
- <p><strong><a href="http://wordpress.org/extend/plugins/announce-from-the-dashboard/" target="_blank">Announce from the Dashboard</a></strong></p>
58
- <p class="description"><?php _e( 'Create dashboard messages to be displayed for selected user roles.' , 'wp-admin-ui-customize' ); ?></p>
59
- <p><strong><a href="http://wordpress.org/extend/plugins/custom-options-plus-post-in/" target="_blank">Custom Options Plus Post in</a></strong></p>
60
- <p class="description"><?php _e( 'Create custom global variables that can be used with generated template tags or shortcodes.' , 'wp-admin-ui-customize' ); ?></p>
61
- <p>&nbsp;</p>
62
- </div>
63
- </div>
64
-
65
- </div>
66
-
67
- </div>
68
-
69
- <div id="postbox-container-2" class="postbox-container">
70
-
71
- <div id="user_role">
72
-
73
- <form id="wauc_setting_default" class="wauc_form" method="post" action="<?php echo esc_url( remove_query_arg( 'wauc_msg' , add_query_arg( array( 'page' => $this->PageSlug ) ) ) ); ?>">
74
- <input type="hidden" name="<?php echo $this->UPFN; ?>" value="Y" />
75
- <?php wp_nonce_field( $this->Nonces["value"] , $this->Nonces["field"] ); ?>
76
- <input type="hidden" name="record_field" value="user_role" />
77
-
78
- <div class="postbox">
79
- <h3 class="hndle"><span><?php _e( 'User Roles' ); ?></span></h3>
80
- <div class="inside">
81
- <?php $field = 'user_role'; ?>
82
- <?php foreach($UserRoles as $role_name => $val) : ?>
83
- <?php $Checked = ''; ?>
84
- <?php if( !empty( $Data[$role_name] ) ) : $Checked = 'checked="checked"'; endif; ?>
85
- <p>
86
- <label>
87
- <input type="checkbox" name="data[<?php echo $field; ?>][<?php echo $role_name; ?>]" value="1" <?php echo $Checked; ?> />
88
- <?php echo $val["label"]; ?>
89
- </label>
90
- </p>
91
- <?php endforeach; ?>
92
- </div>
93
- </div>
94
-
95
- <p class="submit">
96
- <input type="submit" class="button-primary" name="update" value="<?php _e( 'Save' ); ?>" />
97
- </p>
98
-
99
- <p class="submit reset">
100
- <span class="description"><?php printf( __( 'Reset the %s?' , 'wp-admin-ui-customize' ) , __( 'User Roles Settings' , 'wp-admin-ui-customize' ) ); ?></span>
101
- <input type="submit" class="button-secondary" name="reset" value="<?php _e( 'Reset settings' , 'wp-admin-ui-customize' ); ?>" />
102
- </p>
103
-
104
- <p>&nbsp;</p>
105
-
106
- </form>
107
-
108
- <p>&nbsp;</p>
109
-
110
- <div class="stuffbox" style="border-color: #FFC426; border-width: 3px;">
111
- <h3 style="background: #FFF2D0; border-color: #FFC426;"><span class="hndle"><?php _e( 'Do you need professional setup and customization?' , 'wp-admin-ui-customize' ); ?></span></h3>
112
- <div class="inside">
113
- <p style="float: right;">
114
- <img src="<?php echo $this->Schema; ?>www.gravatar.com/avatar/7e05137c5a859aa987a809190b979ed4?s=46" width="46" /><br />
115
- <a href="<?php echo $this->AuthorUrl; ?>contact-us/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">gqevu6bsiz</a>
116
- </p>
117
- <p><?php _e( 'I provide full service customization for WP Admin UI Customize.' , 'wp-admin-ui-customize' ); ?></p>
118
- <p><?php _e( 'Please contact me if you are interested.' , 'wp-admin-ui-customize' ); ?></p>
119
- <p>
120
- <a href="<?php echo $this->Site; ?>blog/category/example/?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 ( 'Example Customize' , 'wp-admin-ui-customize' ); ?></a> :
121
- <a href="<?php echo $this->Site; ?>contact/?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( 'Contact me' , 'wp-admin-ui-customize' ); ?></a></p>
122
- </div>
123
- </div>
124
-
125
- </div>
126
-
127
- </div>
128
-
129
- <br class="clear">
130
-
131
- </div>
132
-
133
- </div>
134
 
135
  </div>
136
-
11
  ?>
12
  <div class="wrap">
13
 
14
+ <?php echo $this->Msg; ?>
15
+ <h2><?php echo $this->Name; ?></h2>
16
+ <div style="background: #fff; border: 1px solid #efefef; padding: 0 20px; border-radius: 10px; box-shadow: 3px 3px rgba(0, 0, 0, 0.2);">
17
+ <p><span class="dashicons dashicons-warning"></span> <?php _e( 'Thank you for using WP Admin UI Customize. But sorry this plugin is stopped development and instead I developing to new plugin.' , 'wp-admin-ui-customize' ); ?> ;)</p>
18
+ <p><a href="https://mywpcustomize.com" target="_blank" class="button button-primary"><span class="dashicons dashicons-admin-plugins" style="margin-top: 3px;"></span> My WP Customize</a></p>
19
+ </div>
20
+ <p><?php _e( '
21
  WP Admin UI Customize allows the management UI for different user roles to be customized.' , 'wp-admin-ui-customize' ); ?></p>
22
+ <p><?php _e ( 'Select the user roles to customize below.' , 'wp-admin-ui-customize' ); ?></p>
23
+
24
+ <div id="poststuff">
25
+ <div id="post-body" class="metabox-holder columns-2">
26
+
27
+ <div id="postbox-container-1" class="postbox-container">
28
+
29
+ <div id="about_plugin">
30
+
31
+ <div class="stuffbox" id="aboutbox">
32
+ <h3><span class="hndle"><?php _e( 'About plugin' , 'wp-admin-ui-customize' ); ?></span></h3>
33
+ <div class="inside">
34
+ <p><?php _e( 'Tested with WordPress versions' , 'wp-admin-ui-customize' ); ?> : 4.2 - 4.9</p>
35
+ <ul>
36
+ <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 site' , 'wp-admin-ui-customize' ); ?></a></li>
37
+ <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 site' , 'wp-admin-ui-customize' ); ?></a></li>
38
+ <li><a href="http://wordpress.org/support/plugin/<?php echo $this->PluginSlug; ?>" target="_blank"><?php _e( 'Support Forums' ); ?></a></li>
39
+ <li><a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $this->PluginSlug; ?>" target="_blank"><?php _e( 'Reviews' , 'wp-admin-ui-customize' ); ?></a></li>
40
+ <li><a href="https://twitter.com/gqevu6bsiz" target="_blank">twitter</a></li>
41
+ <li><a href="http://www.facebook.com/pages/Gqevu6bsiz/499584376749601" target="_blank">facebook</a></li>
42
+ </ul>
43
+ </div>
44
+ </div>
45
+
46
+ <div class="stuffbox" id="usefulbox">
47
+ <h3><span class="hndle"><?php _e( 'Useful plugins' , 'wp-admin-ui-customize' ); ?></span></h3>
48
+ <div class="inside">
49
+ <p><strong><a href="http://wordpress.org/extend/plugins/post-lists-view-custom/" target="_blank">Post Lists View Custom</a></strong></p>
50
+ <p class="description"><?php _e( 'Customize list view columns for posts, pages, custom post types, media library, and other management screens.' , 'wp-admin-ui-customize' ); ?></p>
51
+ <p><strong><a href="http://wordpress.org/extend/plugins/announce-from-the-dashboard/" target="_blank">Announce from the Dashboard</a></strong></p>
52
+ <p class="description"><?php _e( 'Create dashboard messages to be displayed for selected user roles.' , 'wp-admin-ui-customize' ); ?></p>
53
+ <p><strong><a href="http://wordpress.org/extend/plugins/custom-options-plus-post-in/" target="_blank">Custom Options Plus Post in</a></strong></p>
54
+ <p class="description"><?php _e( 'Create custom global variables that can be used with generated template tags or shortcodes.' , 'wp-admin-ui-customize' ); ?></p>
55
+ <p>&nbsp;</p>
56
+ </div>
57
+ </div>
58
+
59
+ </div>
60
+
61
+ </div>
62
+
63
+ <div id="postbox-container-2" class="postbox-container">
64
+
65
+ <div id="user_role">
66
+
67
+ <form id="wauc_setting_default" class="wauc_form" method="post" action="<?php echo esc_url( remove_query_arg( 'wauc_msg' , add_query_arg( array( 'page' => $this->PageSlug ) ) ) ); ?>">
68
+ <input type="hidden" name="<?php echo $this->UPFN; ?>" value="Y" />
69
+ <?php wp_nonce_field( $this->Nonces["value"] , $this->Nonces["field"] ); ?>
70
+ <input type="hidden" name="record_field" value="user_role" />
71
+
72
+ <div class="postbox">
73
+ <h3 class="hndle"><span><?php _e( 'User Roles' ); ?></span></h3>
74
+ <div class="inside">
75
+ <?php $field = 'user_role'; ?>
76
+ <?php foreach($UserRoles as $role_name => $val) : ?>
77
+ <?php $Checked = ''; ?>
78
+ <?php if( !empty( $Data[$role_name] ) ) : $Checked = 'checked="checked"'; endif; ?>
79
+ <p>
80
+ <label>
81
+ <input type="checkbox" name="data[<?php echo $field; ?>][<?php echo $role_name; ?>]" value="1" <?php echo $Checked; ?> />
82
+ <?php echo $val["label"]; ?>
83
+ </label>
84
+ </p>
85
+ <?php endforeach; ?>
86
+ </div>
87
+ </div>
88
+
89
+ <p class="submit">
90
+ <input type="submit" class="button-primary" name="update" value="<?php _e( 'Save' ); ?>" />
91
+ </p>
92
+
93
+ <p class="submit reset">
94
+ <span class="description"><?php printf( __( 'Reset the %s?' , 'wp-admin-ui-customize' ) , __( 'User Roles Settings' , 'wp-admin-ui-customize' ) ); ?></span>
95
+ <input type="submit" class="button-secondary" name="reset" value="<?php _e( 'Reset settings' , 'wp-admin-ui-customize' ); ?>" />
96
+ </p>
97
+
98
+ <p>&nbsp;</p>
99
+
100
+ </form>
101
+
102
+ <p>&nbsp;</p>
103
+
104
+ <div class="stuffbox" style="border-color: #FFC426; border-width: 3px;">
105
+ <h3 style="background: #FFF2D0; border-color: #FFC426;"><span class="hndle"><?php _e( 'Do you need professional setup and customization?' , 'wp-admin-ui-customize' ); ?></span></h3>
106
+ <div class="inside">
107
+ <p style="float: right;">
108
+ <img src="<?php echo $this->Schema; ?>www.gravatar.com/avatar/7e05137c5a859aa987a809190b979ed4?s=46" width="46" /><br />
109
+ <a href="<?php echo $this->AuthorUrl; ?>contact-us/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">gqevu6bsiz</a>
110
+ </p>
111
+ <p><?php _e( 'I provide full service customization for WP Admin UI Customize.' , 'wp-admin-ui-customize' ); ?></p>
112
+ <p><?php _e( 'Please contact me if you are interested.' , 'wp-admin-ui-customize' ); ?></p>
113
+ <p>
114
+ <a href="<?php echo $this->Site; ?>blog/category/example/?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 ( 'Example Customize' , 'wp-admin-ui-customize' ); ?></a> :
115
+ <a href="<?php echo $this->Site; ?>contact/?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( 'Contact me' , 'wp-admin-ui-customize' ); ?></a></p>
116
+ </div>
117
+ </div>
118
+
119
+ </div>
120
+
121
+ </div>
122
+
123
+ <br class="clear">
124
+
125
+ </div>
126
+
127
+ </div>
 
 
 
 
 
 
 
 
 
 
128
 
129
  </div>
 
inc/setting_loginscreen.php CHANGED
@@ -12,147 +12,134 @@ wp_enqueue_style( $this->PageSlug , $this->Url . $this->PluginSlug . '.css', arr
12
 
13
  <div class="wrap">
14
 
15
- <?php echo $this->Msg; ?>
16
- <h2><?php _e( 'Login Form' , 'wp-admin-ui-customize' ); ?></h2>
17
- <p>&nbsp;</p>
18
-
19
- <form id="wauc_setting_loginscreen" class="wauc_form" method="post" action="<?php echo esc_url( remove_query_arg( 'wauc_msg' , add_query_arg( array( 'page' => $this->PageSlug ) ) ) ); ?>">
20
- <input type="hidden" name="<?php echo $this->UPFN; ?>" value="Y" />
21
- <?php wp_nonce_field( $this->Nonces["value"] , $this->Nonces["field"] ); ?>
22
- <input type="hidden" name="record_field" value="loginscreen" />
23
-
24
- <?php if( is_multisite() ) : ?>
25
- <p class="description"><?php _e( 'Is not possible to check the login form if you do not log out in the case of MultiSite.' , 'wp-admin-ui-customize' ); ?></p>
26
- <?php endif; ?>
27
- <p><a title="<?php _e( 'Login Screen' , 'wp-admin-ui-customize' ); ?>" href="<?php echo get_option( 'siteurl' ); ?>/wp-login.php?TB_iframe=1&width=520&height=520" class="thickbox button button-secondary"><?php _e( 'Show Current Login Screen' , 'wp-admin-ui-customize' ); ?></a></p>
28
-
29
- <div id="poststuff">
30
-
31
- <div id="post-body" class="metabox-holder columns-2">
32
-
33
- <div id="postbox-container-1" class="postbox-container">
34
-
35
- <div class="stuffbox" id="usefulbox">
36
- <h3><span class="hndle"><?php _e( 'Useful plugins' , 'wp-admin-ui-customize' ); ?></span></h3>
37
- <div class="inside">
38
- <p><strong><span style="color: orange;">new</span> <a href="http://codecanyon.net/item/login-layout-customize/5729642" target="_blank">Login Layout Customize</a></strong></p>
39
- <p class="description"><?php _e( 'Flexible plugin for login screen customization.' , 'wp-admin-ui-customize' ); ?></p>
40
- </div>
41
- </div>
42
-
43
- </div>
44
-
45
-
46
- <div id="postbox-container-2" class="postbox-container">
47
- <div id="login_screen">
48
-
49
- <div class="postbox">
50
- <div class="handlediv" title="Click to toggle"><br></div>
51
- <h3 class="hndle"><span><?php _e( 'Login Form' , 'wp-admin-ui-customize' ); ?></span></h3>
52
- <div class="inside">
53
- <table class="form-table">
54
- <tbody>
55
- <?php $field = 'login_headerurl'; ?>
56
- <tr>
57
- <th>
58
- <label><?php _e( 'Logo URL' , 'wp-admin-ui-customize' ); ?></label>
59
- </th>
60
- <td>
61
- <?php $Val = ''; ?>
62
- <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
63
- <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
64
- <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
65
-
66
- </td>
67
- </tr>
68
- <?php $field = 'login_headertitle'; ?>
69
- <tr>
70
- <th>
71
- <label><?php _e( 'Logo Title' , 'wp-admin-ui-customize' ); ?></label>
72
- </th>
73
- <td>
74
- <?php $Val = ''; ?>
75
- <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
76
- <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
77
- <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
78
- </td>
79
- </tr>
80
- <?php $field = 'login_headerlogo'; ?>
81
- <tr>
82
- <th>
83
- <label><?php _e( 'Logo Image URL' , 'wp-admin-ui-customize' ); ?></label>
84
- </th>
85
- <td>
86
- <?php $Val = ''; ?>
87
- <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
88
- <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
89
- <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
90
- <?php if( !empty( $Val ) ) : ?>
91
- <?php $img = $this->val_replace( $Val ); ?>
92
- <p><img src="<?php echo $img; ?>" style="max-width: 100%;" alt="Login Logo" /></p>
93
- <?php endif; ?>
94
- </td>
95
- </tr>
96
- </tbody>
97
- </table>
98
- </div>
99
- </div>
100
-
101
- <div class="postbox">
102
- <div class="handlediv" title="Click to toggle"><br></div>
103
- <h3 class="hndle"><span><?php _e( 'General' ); ?></span></h3>
104
- <div class="inside">
105
- <table class="form-table">
106
- <tbody>
107
- <?php $field = 'login_css'; ?>
108
- <tr>
109
- <th>
110
- <label><?php _e( 'CSS file to load' , 'wp-admin-ui-customize' ); ?></label>
111
- </th>
112
- <td>
113
- <?php $Val = ''; ?>
114
- <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
115
- <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
116
- <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
117
- </td>
118
- </tr>
119
- <?php $field = 'login_footer'; ?>
120
- <tr>
121
- <th>
122
- <label><?php _e( 'Footer text' , 'wp-admin-ui-customize' ); ?></label>
123
- </th>
124
- <td>
125
- <?php $Val = ''; ?>
126
- <?php if( !empty( $Data[$field] ) ) : $Val = stripslashes( esc_html( $Data[$field] ) ); endif; ?>
127
- <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="large-text" id="<?php echo $field; ?>">
128
- <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
129
- </td>
130
- </tr>
131
- </tbody>
132
- </table>
133
- </div>
134
- </div>
135
-
136
- </div>
137
-
138
- </div>
139
-
140
- <br class="clear">
141
-
142
- </div>
143
-
144
- </div>
145
-
146
- <p class="submit">
147
- <input type="submit" class="button-primary" name="update" value="<?php _e( 'Save' ); ?>" />
148
- </p>
149
-
150
- <p class="submit reset">
151
- <span class="description"><?php printf( __( 'Reset the %s?' , 'wp-admin-ui-customize' ) , __( 'Login Form' , 'wp-admin-ui-customize' ) ); ?></span>
152
- <input type="submit" class="button-secondary" name="reset" value="<?php _e( 'Reset settings' , 'wp-admin-ui-customize' ); ?>" />
153
- </p>
154
-
155
- </form>
156
 
157
  </div>
158
 
12
 
13
  <div class="wrap">
14
 
15
+ <?php echo $this->Msg; ?>
16
+ <h2><?php _e( 'Login Form' , 'wp-admin-ui-customize' ); ?></h2>
17
+ <p>&nbsp;</p>
18
+
19
+ <form id="wauc_setting_loginscreen" class="wauc_form" method="post" action="<?php echo esc_url( remove_query_arg( 'wauc_msg' , add_query_arg( array( 'page' => $this->PageSlug ) ) ) ); ?>">
20
+ <input type="hidden" name="<?php echo $this->UPFN; ?>" value="Y" />
21
+ <?php wp_nonce_field( $this->Nonces["value"] , $this->Nonces["field"] ); ?>
22
+ <input type="hidden" name="record_field" value="loginscreen" />
23
+
24
+ <?php if( is_multisite() ) : ?>
25
+ <p class="description"><?php _e( 'Is not possible to check the login form if you do not log out in the case of MultiSite.' , 'wp-admin-ui-customize' ); ?></p>
26
+ <?php endif; ?>
27
+ <p><a title="<?php _e( 'Login Screen' , 'wp-admin-ui-customize' ); ?>" href="<?php echo get_option( 'siteurl' ); ?>/wp-login.php?TB_iframe=1&width=520&height=520" class="thickbox button button-secondary"><?php _e( 'Show Current Login Screen' , 'wp-admin-ui-customize' ); ?></a></p>
28
+
29
+ <div id="poststuff">
30
+
31
+ <div id="post-body" class="metabox-holder columns-1">
32
+
33
+ <div id="postbox-container-1" class="postbox-container">
34
+ <div id="login_screen">
35
+
36
+ <div class="postbox">
37
+ <div class="handlediv" title="Click to toggle"><br></div>
38
+ <h3 class="hndle"><span><?php _e( 'Login Form' , 'wp-admin-ui-customize' ); ?></span></h3>
39
+ <div class="inside">
40
+ <table class="form-table">
41
+ <tbody>
42
+ <?php $field = 'login_headerurl'; ?>
43
+ <tr>
44
+ <th>
45
+ <label><?php _e( 'Logo URL' , 'wp-admin-ui-customize' ); ?></label>
46
+ </th>
47
+ <td>
48
+ <?php $Val = ''; ?>
49
+ <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
50
+ <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
51
+ <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
52
+
53
+ </td>
54
+ </tr>
55
+ <?php $field = 'login_headertitle'; ?>
56
+ <tr>
57
+ <th>
58
+ <label><?php _e( 'Logo Title' , 'wp-admin-ui-customize' ); ?></label>
59
+ </th>
60
+ <td>
61
+ <?php $Val = ''; ?>
62
+ <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
63
+ <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
64
+ <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
65
+ </td>
66
+ </tr>
67
+ <?php $field = 'login_headerlogo'; ?>
68
+ <tr>
69
+ <th>
70
+ <label><?php _e( 'Logo Image URL' , 'wp-admin-ui-customize' ); ?></label>
71
+ </th>
72
+ <td>
73
+ <?php $Val = ''; ?>
74
+ <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
75
+ <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
76
+ <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
77
+ <?php if( !empty( $Val ) ) : ?>
78
+ <?php $img = $this->val_replace( $Val ); ?>
79
+ <p><img src="<?php echo $img; ?>" style="max-width: 100%;" alt="Login Logo" /></p>
80
+ <?php endif; ?>
81
+ </td>
82
+ </tr>
83
+ </tbody>
84
+ </table>
85
+ </div>
86
+ </div>
87
+
88
+ <div class="postbox">
89
+ <div class="handlediv" title="Click to toggle"><br></div>
90
+ <h3 class="hndle"><span><?php _e( 'General' ); ?></span></h3>
91
+ <div class="inside">
92
+ <table class="form-table">
93
+ <tbody>
94
+ <?php $field = 'login_css'; ?>
95
+ <tr>
96
+ <th>
97
+ <label><?php _e( 'CSS file to load' , 'wp-admin-ui-customize' ); ?></label>
98
+ </th>
99
+ <td>
100
+ <?php $Val = ''; ?>
101
+ <?php if( !empty( $Data[$field] ) ) : $Val = strip_tags( $Data[$field] ); endif; ?>
102
+ <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="regular-text" id="<?php echo $field; ?>">
103
+ <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
104
+ </td>
105
+ </tr>
106
+ <?php $field = 'login_footer'; ?>
107
+ <tr>
108
+ <th>
109
+ <label><?php _e( 'Footer text' , 'wp-admin-ui-customize' ); ?></label>
110
+ </th>
111
+ <td>
112
+ <?php $Val = ''; ?>
113
+ <?php if( !empty( $Data[$field] ) ) : $Val = stripslashes( esc_html( $Data[$field] ) ); endif; ?>
114
+ <input type="text" name="data[<?php echo $field; ?>]" value="<?php echo $Val; ?>" class="large-text" id="<?php echo $field; ?>">
115
+ <a href="#TB_inline?height=300&width=600&inlineId=list_variables&modal=false" title="<?php _e( 'Shortcodes' , 'wp-admin-ui-customize' ); ?>" class="thickbox"><?php _e( 'Available Shortcodes' , 'wp-admin-ui-customize' ); ?></a>
116
+ </td>
117
+ </tr>
118
+ </tbody>
119
+ </table>
120
+ </div>
121
+ </div>
122
+
123
+ </div>
124
+
125
+ </div>
126
+
127
+ <br class="clear">
128
+
129
+ </div>
130
+
131
+ </div>
132
+
133
+ <p class="submit">
134
+ <input type="submit" class="button-primary" name="update" value="<?php _e( 'Save' ); ?>" />
135
+ </p>
136
+
137
+ <p class="submit reset">
138
+ <span class="description"><?php printf( __( 'Reset the %s?' , 'wp-admin-ui-customize' ) , __( 'Login Form' , 'wp-admin-ui-customize' ) ); ?></span>
139
+ <input type="submit" class="button-secondary" name="reset" value="<?php _e( 'Reset settings' , 'wp-admin-ui-customize' ); ?>" />
140
+ </p>
141
+
142
+ </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
143
 
144
  </div>
145
 
languages/wp-admin-ui-customize-ja.mo CHANGED
Binary file
languages/wp-admin-ui-customize-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Admin UI Customize\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-08-18 16:53+0900\n"
6
- "PO-Revision-Date: 2016-08-18 16:55+0900\n"
7
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
8
  "Language-Team: gqevu6bsiz@gmail.com <gqevu6bsiz@gmail.com>\n"
9
  "Language: ja_JP\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 1.8.8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: wp-admin-ui-customize.php:4
@@ -23,9 +23,9 @@ msgstr "管理画面のカスタマイズに優れたプラグインです。"
23
 
24
  #: inc/list_variables.php:19 inc/setting_admin_bar_menu.php:25
25
  #: inc/setting_admin_general.php:125 inc/setting_admin_general.php:148
26
- #: inc/setting_loginscreen.php:64 inc/setting_loginscreen.php:77
27
- #: inc/setting_loginscreen.php:89 inc/setting_loginscreen.php:116
28
- #: inc/setting_loginscreen.php:128 inc/setting_sidemenu.php:24
29
  msgid "Shortcodes"
30
  msgstr "ショートコード一覧"
31
 
@@ -82,15 +82,15 @@ msgstr "適用されたユーザー権限"
82
 
83
  #: inc/reset_userrole.php:33 inc/setting_admin_bar_menu.php:87
84
  #: inc/setting_admin_general.php:191 inc/setting_appearance_menus.php:81
85
- #: inc/setting_dashboard.php:142 inc/setting_default.php:100
86
- #: inc/setting_loginscreen.php:151 inc/setting_manage_metabox.php:354
87
  #: inc/setting_plugin_cap.php:82 inc/setting_post_add_edit.php:101
88
  #: inc/setting_sidemenu.php:237 inc/setting_site.php:160
89
  #, php-format
90
  msgid "Reset the %s?"
91
  msgstr "%s をリセットしますか?"
92
 
93
- #: inc/reset_userrole.php:33 inc/setting_default.php:100
94
  msgid "User Roles Settings"
95
  msgstr "ユーザー権限設定"
96
 
@@ -107,7 +107,7 @@ msgid "All settings below will be deleted."
107
  msgstr "以下のすべての設定が削除されます。"
108
 
109
  #: inc/reset_userrole.php:49 wp-admin-ui-customize.php:178
110
- #: wp-admin-ui-customize.php:1192
111
  msgid "Frontend"
112
  msgstr "サイト"
113
 
@@ -119,7 +119,7 @@ msgstr "%1$s%2$s"
119
 
120
  #: inc/reset_userrole.php:50 inc/setting_admin_general.php:16
121
  #: inc/setting_admin_general.php:135 inc/setting_admin_general.php:191
122
- #: inc/setting_loginscreen.php:103 inc/setting_site.php:117
123
  #: wp-admin-ui-customize.php:179
124
  msgid "General"
125
  msgstr ""
@@ -134,7 +134,7 @@ msgstr ""
134
 
135
  #: inc/reset_userrole.php:51 inc/setting_dashboard.php:16
136
  #: inc/setting_dashboard.php:96 inc/setting_dashboard.php:142
137
- #: wp-admin-ui-customize.php:180 wp-admin-ui-customize.php:479
138
  msgid "Dashboard"
139
  msgstr ""
140
 
@@ -164,7 +164,7 @@ msgid "Appearance Menus"
164
  msgstr "外観メニュー"
165
 
166
  #: inc/reset_userrole.php:57 inc/setting_loginscreen.php:16
167
- #: inc/setting_loginscreen.php:51 inc/setting_loginscreen.php:151
168
  #: wp-admin-ui-customize.php:186
169
  msgid "Login Form"
170
  msgstr "ログインフォーム"
@@ -210,9 +210,9 @@ msgid "You can use multiple custom menus."
210
  msgstr "カスタムメニューは複数設置できます。"
211
 
212
  #: inc/setting_admin_bar_menu.php:25 inc/setting_admin_general.php:125
213
- #: inc/setting_admin_general.php:148 inc/setting_loginscreen.php:64
214
- #: inc/setting_loginscreen.php:77 inc/setting_loginscreen.php:89
215
- #: inc/setting_loginscreen.php:116 inc/setting_loginscreen.php:128
216
  #: inc/setting_sidemenu.php:24
217
  msgid "Available Shortcodes"
218
  msgstr "利用可能なショートコード一覧"
@@ -232,7 +232,7 @@ msgstr ""
232
 
233
  #: inc/setting_admin_bar_menu.php:83 inc/setting_admin_general.php:187
234
  #: inc/setting_appearance_menus.php:77 inc/setting_dashboard.php:138
235
- #: inc/setting_default.php:96 inc/setting_loginscreen.php:147
236
  #: inc/setting_manage_metabox.php:350 inc/setting_plugin_cap.php:78
237
  #: inc/setting_post_add_edit.php:97 inc/setting_sidemenu.php:233
238
  #: inc/setting_site.php:156
@@ -241,7 +241,7 @@ msgstr ""
241
 
242
  #: inc/setting_admin_bar_menu.php:88 inc/setting_admin_general.php:192
243
  #: inc/setting_appearance_menus.php:82 inc/setting_dashboard.php:143
244
- #: inc/setting_default.php:101 inc/setting_loginscreen.php:152
245
  #: inc/setting_manage_metabox.php:355 inc/setting_plugin_cap.php:83
246
  #: inc/setting_post_add_edit.php:102 inc/setting_sidemenu.php:238
247
  #: inc/setting_site.php:161
@@ -304,7 +304,7 @@ msgstr ""
304
  msgid "Footer"
305
  msgstr "フッター"
306
 
307
- #: inc/setting_admin_general.php:117 inc/setting_loginscreen.php:122
308
  msgid "Footer text"
309
  msgstr "フッターテキスト"
310
 
@@ -317,7 +317,7 @@ msgstr ""
317
  msgid "Thank you for creating with <a href=\"%s\">WordPress</a>."
318
  msgstr ""
319
 
320
- #: inc/setting_admin_general.php:142 inc/setting_loginscreen.php:110
321
  msgid "CSS file to load"
322
  msgstr "CSSファイルを読み込む"
323
 
@@ -380,7 +380,16 @@ msgstr "メタボックスの移動"
380
  msgid "Prevent selected roles from re-arrange meta boxes"
381
  msgstr "メタボックスを移動させない"
382
 
383
- #: inc/setting_default.php:16
 
 
 
 
 
 
 
 
 
384
  msgid ""
385
  "\n"
386
  "WP Admin UI Customize allows the management UI for different user roles to "
@@ -389,17 +398,10 @@ msgstr ""
389
  "\n"
390
  "ユーザーの管理画面UIをカスタマイズします。"
391
 
392
- #: inc/setting_default.php:18
393
  msgid "Select the user roles to customize below."
394
  msgstr "設定を適用する権限を選んでください。"
395
 
396
- #: inc/setting_default.php:20
397
- msgid ""
398
- "The Multiple Add-on is needed to create unique customizations for different "
399
- "user roles."
400
- msgstr ""
401
- "ユーザー権限ごとに設定したい場合は マルチ設定アドオン を使用してください。"
402
-
403
  #: inc/setting_default.php:32
404
  msgid "About plugin"
405
  msgstr "プラグインについて"
@@ -424,27 +426,11 @@ msgstr ""
424
  msgid "Reviews"
425
  msgstr "レビュー"
426
 
427
- #: inc/setting_default.php:47 inc/setting_loginscreen.php:36
428
  msgid "Useful plugins"
429
  msgstr "便利なプラグイン"
430
 
431
  #: inc/setting_default.php:50
432
- msgid "Create unique customizations for different user roles"
433
- msgstr "ユーザー権限グループごとに別々の設定を簡単にできるアドオンです。"
434
-
435
- #: inc/setting_default.php:52
436
- msgid "Easily import/export setting between installations."
437
- msgstr ""
438
- "このアドオンは、WP Admin UI Customizeの設定データをインポート&エクスポートす"
439
- "る為のアドオンです。"
440
-
441
- #: inc/setting_default.php:54
442
- msgid "Unified custom management screens for Multisite."
443
- msgstr ""
444
- "このアドオンは、マルチサイトで全てのサイトの管理画面を統一する為のアドオンで"
445
- "す。"
446
-
447
- #: inc/setting_default.php:56
448
  msgid ""
449
  "Customize list view columns for posts, pages, custom post types, media "
450
  "library, and other management screens."
@@ -452,11 +438,11 @@ msgstr ""
452
  "投稿と固定ページ、カスタム投稿タイプ、メディアライブラリー等の一覧を自由にカ"
453
  "スタマイズできます。"
454
 
455
- #: inc/setting_default.php:58
456
  msgid "Create dashboard messages to be displayed for selected user roles."
457
  msgstr "ダッシュボードにユーザー権限やサイトごとにお知らせを表示します。"
458
 
459
- #: inc/setting_default.php:60
460
  msgid ""
461
  "Create custom global variables that can be used with generated template tags "
462
  "or shortcodes."
@@ -464,28 +450,28 @@ msgstr ""
464
  "オプション値作成プラグインです。作成したオプション値は、ショートコードとして"
465
  "記事に、テンプレートタグとしても使用できます。"
466
 
467
- #: inc/setting_default.php:79 wp-admin-ui-customize.php:355
468
- #: wp-admin-ui-customize.php:750 wp-admin-ui-customize.php:794
469
  msgid "User Roles"
470
  msgstr ""
471
 
472
- #: inc/setting_default.php:111
473
  msgid "Do you need professional setup and customization?"
474
  msgstr "何かカスタマイズしたい事はありますか?"
475
 
476
- #: inc/setting_default.php:117
477
  msgid "I provide full service customization for WP Admin UI Customize."
478
  msgstr "私は管理画面のカスタマイズを得意とします。"
479
 
480
- #: inc/setting_default.php:118
481
  msgid "Please contact me if you are interested."
482
  msgstr "宜しければご検討ください。"
483
 
484
- #: inc/setting_default.php:120
485
  msgid "Example Customize"
486
  msgstr "カスタマイズ例"
487
 
488
- #: inc/setting_default.php:121
489
  msgid "Contact me"
490
  msgstr "お問い合わせ"
491
 
@@ -505,19 +491,15 @@ msgstr "ログイン画面"
505
  msgid "Show Current Login Screen"
506
  msgstr "ログイン画面を表示"
507
 
508
- #: inc/setting_loginscreen.php:39
509
- msgid "Flexible plugin for login screen customization."
510
- msgstr "柔軟にログイン画面をカスタマイズするプラグインです。"
511
-
512
- #: inc/setting_loginscreen.php:58
513
  msgid "Logo URL"
514
  msgstr "ロゴURL"
515
 
516
- #: inc/setting_loginscreen.php:71
517
  msgid "Logo Title"
518
  msgstr "ロゴタイトル"
519
 
520
- #: inc/setting_loginscreen.php:83
521
  msgid "Logo Image URL"
522
  msgstr "ロゴ画像URL"
523
 
@@ -739,73 +721,73 @@ msgstr ""
739
  msgid "None"
740
  msgstr ""
741
 
742
- #: wp-admin-ui-customize.php:483
743
  #, php-format
744
  msgid "Howdy, %1$s"
745
  msgstr ""
746
 
747
- #: wp-admin-ui-customize.php:583
748
  msgid "Edit"
749
  msgstr ""
750
 
751
- #: wp-admin-ui-customize.php:587
752
  msgid "Search"
753
  msgstr ""
754
 
755
- #: wp-admin-ui-customize.php:593
756
  msgid "View"
757
  msgstr ""
758
 
759
- #: wp-admin-ui-customize.php:743
760
  msgid "Url"
761
  msgstr ""
762
 
763
- #: wp-admin-ui-customize.php:746 wp-admin-ui-customize.php:791
764
  msgid "Slug"
765
  msgstr ""
766
 
767
- #: wp-admin-ui-customize.php:761 wp-admin-ui-customize.php:805
768
- #: wp-admin-ui-customize.php:899
769
  msgid "Title"
770
  msgstr ""
771
 
772
- #: wp-admin-ui-customize.php:768 wp-admin-ui-customize.php:942
773
  msgid "Sub Menus"
774
  msgstr "サブメニュー"
775
 
776
- #: wp-admin-ui-customize.php:811 wp-admin-ui-customize.php:823
777
- #: wp-admin-ui-customize.php:973
778
  msgid "Remove"
779
  msgstr ""
780
 
781
- #: wp-admin-ui-customize.php:863 wp-admin-ui-customize.php:885
782
  msgid "Menu Group"
783
  msgstr "メニューグループ"
784
 
785
- #: wp-admin-ui-customize.php:883
786
  msgid "Show only on front end."
787
  msgstr "フロント(サイト)のみ表示"
788
 
789
- #: wp-admin-ui-customize.php:930
790
  msgid "Open link in a new tab"
791
  msgstr ""
792
 
793
- #: wp-admin-ui-customize.php:1192
794
  msgid "Left"
795
  msgstr ""
796
 
797
- #: wp-admin-ui-customize.php:1192
798
  msgid "Right"
799
  msgstr ""
800
 
801
- #: wp-admin-ui-customize.php:1709
802
  msgid "http://wordpress.org/"
803
  msgstr ""
804
 
805
- #: wp-admin-ui-customize.php:1726
806
  msgid "Powered by WordPress"
807
  msgstr ""
808
 
809
- #: wp-admin-ui-customize.php:2580
810
  msgid "Settings saved."
811
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: WP Admin UI Customize\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-10-15 18:40+0900\n"
6
+ "PO-Revision-Date: 2018-10-15 18:46+0900\n"
7
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
8
  "Language-Team: gqevu6bsiz@gmail.com <gqevu6bsiz@gmail.com>\n"
9
  "Language: ja_JP\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Generator: Poedit 2.1.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: wp-admin-ui-customize.php:4
23
 
24
  #: inc/list_variables.php:19 inc/setting_admin_bar_menu.php:25
25
  #: inc/setting_admin_general.php:125 inc/setting_admin_general.php:148
26
+ #: inc/setting_loginscreen.php:51 inc/setting_loginscreen.php:64
27
+ #: inc/setting_loginscreen.php:76 inc/setting_loginscreen.php:103
28
+ #: inc/setting_loginscreen.php:115 inc/setting_sidemenu.php:24
29
  msgid "Shortcodes"
30
  msgstr "ショートコード一覧"
31
 
82
 
83
  #: inc/reset_userrole.php:33 inc/setting_admin_bar_menu.php:87
84
  #: inc/setting_admin_general.php:191 inc/setting_appearance_menus.php:81
85
+ #: inc/setting_dashboard.php:142 inc/setting_default.php:94
86
+ #: inc/setting_loginscreen.php:138 inc/setting_manage_metabox.php:354
87
  #: inc/setting_plugin_cap.php:82 inc/setting_post_add_edit.php:101
88
  #: inc/setting_sidemenu.php:237 inc/setting_site.php:160
89
  #, php-format
90
  msgid "Reset the %s?"
91
  msgstr "%s をリセットしますか?"
92
 
93
+ #: inc/reset_userrole.php:33 inc/setting_default.php:94
94
  msgid "User Roles Settings"
95
  msgstr "ユーザー権限設定"
96
 
107
  msgstr "以下のすべての設定が削除されます。"
108
 
109
  #: inc/reset_userrole.php:49 wp-admin-ui-customize.php:178
110
+ #: wp-admin-ui-customize.php:1285
111
  msgid "Frontend"
112
  msgstr "サイト"
113
 
119
 
120
  #: inc/reset_userrole.php:50 inc/setting_admin_general.php:16
121
  #: inc/setting_admin_general.php:135 inc/setting_admin_general.php:191
122
+ #: inc/setting_loginscreen.php:90 inc/setting_site.php:117
123
  #: wp-admin-ui-customize.php:179
124
  msgid "General"
125
  msgstr ""
134
 
135
  #: inc/reset_userrole.php:51 inc/setting_dashboard.php:16
136
  #: inc/setting_dashboard.php:96 inc/setting_dashboard.php:142
137
+ #: wp-admin-ui-customize.php:180 wp-admin-ui-customize.php:505
138
  msgid "Dashboard"
139
  msgstr ""
140
 
164
  msgstr "外観メニュー"
165
 
166
  #: inc/reset_userrole.php:57 inc/setting_loginscreen.php:16
167
+ #: inc/setting_loginscreen.php:38 inc/setting_loginscreen.php:138
168
  #: wp-admin-ui-customize.php:186
169
  msgid "Login Form"
170
  msgstr "ログインフォーム"
210
  msgstr "カスタムメニューは複数設置できます。"
211
 
212
  #: inc/setting_admin_bar_menu.php:25 inc/setting_admin_general.php:125
213
+ #: inc/setting_admin_general.php:148 inc/setting_loginscreen.php:51
214
+ #: inc/setting_loginscreen.php:64 inc/setting_loginscreen.php:76
215
+ #: inc/setting_loginscreen.php:103 inc/setting_loginscreen.php:115
216
  #: inc/setting_sidemenu.php:24
217
  msgid "Available Shortcodes"
218
  msgstr "利用可能なショートコード一覧"
232
 
233
  #: inc/setting_admin_bar_menu.php:83 inc/setting_admin_general.php:187
234
  #: inc/setting_appearance_menus.php:77 inc/setting_dashboard.php:138
235
+ #: inc/setting_default.php:90 inc/setting_loginscreen.php:134
236
  #: inc/setting_manage_metabox.php:350 inc/setting_plugin_cap.php:78
237
  #: inc/setting_post_add_edit.php:97 inc/setting_sidemenu.php:233
238
  #: inc/setting_site.php:156
241
 
242
  #: inc/setting_admin_bar_menu.php:88 inc/setting_admin_general.php:192
243
  #: inc/setting_appearance_menus.php:82 inc/setting_dashboard.php:143
244
+ #: inc/setting_default.php:95 inc/setting_loginscreen.php:139
245
  #: inc/setting_manage_metabox.php:355 inc/setting_plugin_cap.php:83
246
  #: inc/setting_post_add_edit.php:102 inc/setting_sidemenu.php:238
247
  #: inc/setting_site.php:161
304
  msgid "Footer"
305
  msgstr "フッター"
306
 
307
+ #: inc/setting_admin_general.php:117 inc/setting_loginscreen.php:109
308
  msgid "Footer text"
309
  msgstr "フッターテキスト"
310
 
317
  msgid "Thank you for creating with <a href=\"%s\">WordPress</a>."
318
  msgstr ""
319
 
320
+ #: inc/setting_admin_general.php:142 inc/setting_loginscreen.php:97
321
  msgid "CSS file to load"
322
  msgstr "CSSファイルを読み込む"
323
 
380
  msgid "Prevent selected roles from re-arrange meta boxes"
381
  msgstr "メタボックスを移動させない"
382
 
383
+ #: inc/setting_default.php:17
384
+ msgid ""
385
+ "Thank you for using WP Admin UI Customize. But sorry this plugin is stopped "
386
+ "development and instead I developing to new plugin."
387
+ msgstr ""
388
+ "WP Admin UI Customize をご利用いただきありがとうございます。WP Admin UI "
389
+ "Customizeの開発はストップしており、代わりに別の新しいプラグインを開発していま"
390
+ "す。"
391
+
392
+ #: inc/setting_default.php:20
393
  msgid ""
394
  "\n"
395
  "WP Admin UI Customize allows the management UI for different user roles to "
398
  "\n"
399
  "ユーザーの管理画面UIをカスタマイズします。"
400
 
401
+ #: inc/setting_default.php:22
402
  msgid "Select the user roles to customize below."
403
  msgstr "設定を適用する権限を選んでください。"
404
 
 
 
 
 
 
 
 
405
  #: inc/setting_default.php:32
406
  msgid "About plugin"
407
  msgstr "プラグインについて"
426
  msgid "Reviews"
427
  msgstr "レビュー"
428
 
429
+ #: inc/setting_default.php:47
430
  msgid "Useful plugins"
431
  msgstr "便利なプラグイン"
432
 
433
  #: inc/setting_default.php:50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
434
  msgid ""
435
  "Customize list view columns for posts, pages, custom post types, media "
436
  "library, and other management screens."
438
  "投稿と固定ページ、カスタム投稿タイプ、メディアライブラリー等の一覧を自由にカ"
439
  "スタマイズできます。"
440
 
441
+ #: inc/setting_default.php:52
442
  msgid "Create dashboard messages to be displayed for selected user roles."
443
  msgstr "ダッシュボードにユーザー権限やサイトごとにお知らせを表示します。"
444
 
445
+ #: inc/setting_default.php:54
446
  msgid ""
447
  "Create custom global variables that can be used with generated template tags "
448
  "or shortcodes."
450
  "オプション値作成プラグインです。作成したオプション値は、ショートコードとして"
451
  "記事に、テンプレートタグとしても使用できます。"
452
 
453
+ #: inc/setting_default.php:73 wp-admin-ui-customize.php:355
454
+ #: wp-admin-ui-customize.php:784 wp-admin-ui-customize.php:828
455
  msgid "User Roles"
456
  msgstr ""
457
 
458
+ #: inc/setting_default.php:105
459
  msgid "Do you need professional setup and customization?"
460
  msgstr "何かカスタマイズしたい事はありますか?"
461
 
462
+ #: inc/setting_default.php:111
463
  msgid "I provide full service customization for WP Admin UI Customize."
464
  msgstr "私は管理画面のカスタマイズを得意とします。"
465
 
466
+ #: inc/setting_default.php:112
467
  msgid "Please contact me if you are interested."
468
  msgstr "宜しければご検討ください。"
469
 
470
+ #: inc/setting_default.php:114
471
  msgid "Example Customize"
472
  msgstr "カスタマイズ例"
473
 
474
+ #: inc/setting_default.php:115
475
  msgid "Contact me"
476
  msgstr "お問い合わせ"
477
 
491
  msgid "Show Current Login Screen"
492
  msgstr "ログイン画面を表示"
493
 
494
+ #: inc/setting_loginscreen.php:45
 
 
 
 
495
  msgid "Logo URL"
496
  msgstr "ロゴURL"
497
 
498
+ #: inc/setting_loginscreen.php:58
499
  msgid "Logo Title"
500
  msgstr "ロゴタイトル"
501
 
502
+ #: inc/setting_loginscreen.php:70
503
  msgid "Logo Image URL"
504
  msgstr "ロゴ画像URL"
505
 
721
  msgid "None"
722
  msgstr ""
723
 
724
+ #: wp-admin-ui-customize.php:509
725
  #, php-format
726
  msgid "Howdy, %1$s"
727
  msgstr ""
728
 
729
+ #: wp-admin-ui-customize.php:609
730
  msgid "Edit"
731
  msgstr ""
732
 
733
+ #: wp-admin-ui-customize.php:613
734
  msgid "Search"
735
  msgstr ""
736
 
737
+ #: wp-admin-ui-customize.php:619
738
  msgid "View"
739
  msgstr ""
740
 
741
+ #: wp-admin-ui-customize.php:777
742
  msgid "Url"
743
  msgstr ""
744
 
745
+ #: wp-admin-ui-customize.php:780 wp-admin-ui-customize.php:825
746
  msgid "Slug"
747
  msgstr ""
748
 
749
+ #: wp-admin-ui-customize.php:795 wp-admin-ui-customize.php:839
750
+ #: wp-admin-ui-customize.php:942
751
  msgid "Title"
752
  msgstr ""
753
 
754
+ #: wp-admin-ui-customize.php:802 wp-admin-ui-customize.php:1018
755
  msgid "Sub Menus"
756
  msgstr "サブメニュー"
757
 
758
+ #: wp-admin-ui-customize.php:845 wp-admin-ui-customize.php:857
759
+ #: wp-admin-ui-customize.php:1049
760
  msgid "Remove"
761
  msgstr ""
762
 
763
+ #: wp-admin-ui-customize.php:906 wp-admin-ui-customize.php:928
764
  msgid "Menu Group"
765
  msgstr "メニューグループ"
766
 
767
+ #: wp-admin-ui-customize.php:926
768
  msgid "Show only on front end."
769
  msgstr "フロント(サイト)のみ表示"
770
 
771
+ #: wp-admin-ui-customize.php:1006
772
  msgid "Open link in a new tab"
773
  msgstr ""
774
 
775
+ #: wp-admin-ui-customize.php:1285
776
  msgid "Left"
777
  msgstr ""
778
 
779
+ #: wp-admin-ui-customize.php:1285
780
  msgid "Right"
781
  msgstr ""
782
 
783
+ #: wp-admin-ui-customize.php:1836
784
  msgid "http://wordpress.org/"
785
  msgstr ""
786
 
787
+ #: wp-admin-ui-customize.php:1853
788
  msgid "Powered by WordPress"
789
  msgstr ""
790
 
791
+ #: wp-admin-ui-customize.php:2739
792
  msgid "Settings saved."
793
  msgstr ""
languages/wp-admin-ui-customize.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WP Admin UI Customize\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2016-08-18 16:53+0900\n"
7
  "PO-Revision-Date: 2014-12-24 18:55+0900\n"
8
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
9
  "Language-Team: CedarPoint <mike@cedarpointconcepts.com>\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
- "X-Generator: Poedit 1.8.8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: wp-admin-ui-customize.php:4
@@ -22,9 +22,9 @@ msgstr ""
22
 
23
  #: inc/list_variables.php:19 inc/setting_admin_bar_menu.php:25
24
  #: inc/setting_admin_general.php:125 inc/setting_admin_general.php:148
25
- #: inc/setting_loginscreen.php:64 inc/setting_loginscreen.php:77
26
- #: inc/setting_loginscreen.php:89 inc/setting_loginscreen.php:116
27
- #: inc/setting_loginscreen.php:128 inc/setting_sidemenu.php:24
28
  msgid "Shortcodes"
29
  msgstr ""
30
 
@@ -81,15 +81,15 @@ msgstr ""
81
 
82
  #: inc/reset_userrole.php:33 inc/setting_admin_bar_menu.php:87
83
  #: inc/setting_admin_general.php:191 inc/setting_appearance_menus.php:81
84
- #: inc/setting_dashboard.php:142 inc/setting_default.php:100
85
- #: inc/setting_loginscreen.php:151 inc/setting_manage_metabox.php:354
86
  #: inc/setting_plugin_cap.php:82 inc/setting_post_add_edit.php:101
87
  #: inc/setting_sidemenu.php:237 inc/setting_site.php:160
88
  #, php-format
89
  msgid "Reset the %s?"
90
  msgstr ""
91
 
92
- #: inc/reset_userrole.php:33 inc/setting_default.php:100
93
  msgid "User Roles Settings"
94
  msgstr ""
95
 
@@ -106,7 +106,7 @@ msgid "All settings below will be deleted."
106
  msgstr ""
107
 
108
  #: inc/reset_userrole.php:49 wp-admin-ui-customize.php:178
109
- #: wp-admin-ui-customize.php:1192
110
  msgid "Frontend"
111
  msgstr ""
112
 
@@ -118,7 +118,7 @@ msgstr ""
118
 
119
  #: inc/reset_userrole.php:50 inc/setting_admin_general.php:16
120
  #: inc/setting_admin_general.php:135 inc/setting_admin_general.php:191
121
- #: inc/setting_loginscreen.php:103 inc/setting_site.php:117
122
  #: wp-admin-ui-customize.php:179
123
  msgid "General"
124
  msgstr ""
@@ -133,7 +133,7 @@ msgstr ""
133
 
134
  #: inc/reset_userrole.php:51 inc/setting_dashboard.php:16
135
  #: inc/setting_dashboard.php:96 inc/setting_dashboard.php:142
136
- #: wp-admin-ui-customize.php:180 wp-admin-ui-customize.php:479
137
  msgid "Dashboard"
138
  msgstr ""
139
 
@@ -163,7 +163,7 @@ msgid "Appearance Menus"
163
  msgstr ""
164
 
165
  #: inc/reset_userrole.php:57 inc/setting_loginscreen.php:16
166
- #: inc/setting_loginscreen.php:51 inc/setting_loginscreen.php:151
167
  #: wp-admin-ui-customize.php:186
168
  msgid "Login Form"
169
  msgstr ""
@@ -209,9 +209,9 @@ msgid "You can use multiple custom menus."
209
  msgstr ""
210
 
211
  #: inc/setting_admin_bar_menu.php:25 inc/setting_admin_general.php:125
212
- #: inc/setting_admin_general.php:148 inc/setting_loginscreen.php:64
213
- #: inc/setting_loginscreen.php:77 inc/setting_loginscreen.php:89
214
- #: inc/setting_loginscreen.php:116 inc/setting_loginscreen.php:128
215
  #: inc/setting_sidemenu.php:24
216
  msgid "Available Shortcodes"
217
  msgstr ""
@@ -231,7 +231,7 @@ msgstr ""
231
 
232
  #: inc/setting_admin_bar_menu.php:83 inc/setting_admin_general.php:187
233
  #: inc/setting_appearance_menus.php:77 inc/setting_dashboard.php:138
234
- #: inc/setting_default.php:96 inc/setting_loginscreen.php:147
235
  #: inc/setting_manage_metabox.php:350 inc/setting_plugin_cap.php:78
236
  #: inc/setting_post_add_edit.php:97 inc/setting_sidemenu.php:233
237
  #: inc/setting_site.php:156
@@ -240,7 +240,7 @@ msgstr ""
240
 
241
  #: inc/setting_admin_bar_menu.php:88 inc/setting_admin_general.php:192
242
  #: inc/setting_appearance_menus.php:82 inc/setting_dashboard.php:143
243
- #: inc/setting_default.php:101 inc/setting_loginscreen.php:152
244
  #: inc/setting_manage_metabox.php:355 inc/setting_plugin_cap.php:83
245
  #: inc/setting_post_add_edit.php:102 inc/setting_sidemenu.php:238
246
  #: inc/setting_site.php:161
@@ -303,7 +303,7 @@ msgstr ""
303
  msgid "Footer"
304
  msgstr ""
305
 
306
- #: inc/setting_admin_general.php:117 inc/setting_loginscreen.php:122
307
  msgid "Footer text"
308
  msgstr ""
309
 
@@ -316,7 +316,7 @@ msgstr ""
316
  msgid "Thank you for creating with <a href=\"%s\">WordPress</a>."
317
  msgstr ""
318
 
319
- #: inc/setting_admin_general.php:142 inc/setting_loginscreen.php:110
320
  msgid "CSS file to load"
321
  msgstr ""
322
 
@@ -379,23 +379,23 @@ msgstr ""
379
  msgid "Prevent selected roles from re-arrange meta boxes"
380
  msgstr ""
381
 
382
- #: inc/setting_default.php:16
 
 
 
 
 
 
383
  msgid ""
384
  "\n"
385
  "WP Admin UI Customize allows the management UI for different user roles to "
386
  "be customized."
387
  msgstr ""
388
 
389
- #: inc/setting_default.php:18
390
  msgid "Select the user roles to customize below."
391
  msgstr ""
392
 
393
- #: inc/setting_default.php:20
394
- msgid ""
395
- "The Multiple Add-on is needed to create unique customizations for different "
396
- "user roles."
397
- msgstr ""
398
-
399
  #: inc/setting_default.php:32
400
  msgid "About plugin"
401
  msgstr ""
@@ -420,60 +420,48 @@ msgstr ""
420
  msgid "Reviews"
421
  msgstr ""
422
 
423
- #: inc/setting_default.php:47 inc/setting_loginscreen.php:36
424
  msgid "Useful plugins"
425
  msgstr ""
426
 
427
  #: inc/setting_default.php:50
428
- msgid "Create unique customizations for different user roles"
429
- msgstr ""
430
-
431
- #: inc/setting_default.php:52
432
- msgid "Easily import/export setting between installations."
433
- msgstr ""
434
-
435
- #: inc/setting_default.php:54
436
- msgid "Unified custom management screens for Multisite."
437
- msgstr ""
438
-
439
- #: inc/setting_default.php:56
440
  msgid ""
441
  "Customize list view columns for posts, pages, custom post types, media "
442
  "library, and other management screens."
443
  msgstr ""
444
 
445
- #: inc/setting_default.php:58
446
  msgid "Create dashboard messages to be displayed for selected user roles."
447
  msgstr ""
448
 
449
- #: inc/setting_default.php:60
450
  msgid ""
451
  "Create custom global variables that can be used with generated template tags "
452
  "or shortcodes."
453
  msgstr ""
454
 
455
- #: inc/setting_default.php:79 wp-admin-ui-customize.php:355
456
- #: wp-admin-ui-customize.php:750 wp-admin-ui-customize.php:794
457
  msgid "User Roles"
458
  msgstr ""
459
 
460
- #: inc/setting_default.php:111
461
  msgid "Do you need professional setup and customization?"
462
  msgstr ""
463
 
464
- #: inc/setting_default.php:117
465
  msgid "I provide full service customization for WP Admin UI Customize."
466
  msgstr ""
467
 
468
- #: inc/setting_default.php:118
469
  msgid "Please contact me if you are interested."
470
  msgstr ""
471
 
472
- #: inc/setting_default.php:120
473
  msgid "Example Customize"
474
  msgstr ""
475
 
476
- #: inc/setting_default.php:121
477
  msgid "Contact me"
478
  msgstr ""
479
 
@@ -491,19 +479,15 @@ msgstr ""
491
  msgid "Show Current Login Screen"
492
  msgstr ""
493
 
494
- #: inc/setting_loginscreen.php:39
495
- msgid "Flexible plugin for login screen customization."
496
- msgstr ""
497
-
498
- #: inc/setting_loginscreen.php:58
499
  msgid "Logo URL"
500
  msgstr ""
501
 
502
- #: inc/setting_loginscreen.php:71
503
  msgid "Logo Title"
504
  msgstr ""
505
 
506
- #: inc/setting_loginscreen.php:83
507
  msgid "Logo Image URL"
508
  msgstr ""
509
 
@@ -721,73 +705,73 @@ msgstr ""
721
  msgid "None"
722
  msgstr ""
723
 
724
- #: wp-admin-ui-customize.php:483
725
  #, php-format
726
  msgid "Howdy, %1$s"
727
  msgstr ""
728
 
729
- #: wp-admin-ui-customize.php:583
730
  msgid "Edit"
731
  msgstr ""
732
 
733
- #: wp-admin-ui-customize.php:587
734
  msgid "Search"
735
  msgstr ""
736
 
737
- #: wp-admin-ui-customize.php:593
738
  msgid "View"
739
  msgstr ""
740
 
741
- #: wp-admin-ui-customize.php:743
742
  msgid "Url"
743
  msgstr ""
744
 
745
- #: wp-admin-ui-customize.php:746 wp-admin-ui-customize.php:791
746
  msgid "Slug"
747
  msgstr ""
748
 
749
- #: wp-admin-ui-customize.php:761 wp-admin-ui-customize.php:805
750
- #: wp-admin-ui-customize.php:899
751
  msgid "Title"
752
  msgstr ""
753
 
754
- #: wp-admin-ui-customize.php:768 wp-admin-ui-customize.php:942
755
  msgid "Sub Menus"
756
  msgstr ""
757
 
758
- #: wp-admin-ui-customize.php:811 wp-admin-ui-customize.php:823
759
- #: wp-admin-ui-customize.php:973
760
  msgid "Remove"
761
  msgstr ""
762
 
763
- #: wp-admin-ui-customize.php:863 wp-admin-ui-customize.php:885
764
  msgid "Menu Group"
765
  msgstr ""
766
 
767
- #: wp-admin-ui-customize.php:883
768
  msgid "Show only on front end."
769
  msgstr ""
770
 
771
- #: wp-admin-ui-customize.php:930
772
  msgid "Open link in a new tab"
773
  msgstr ""
774
 
775
- #: wp-admin-ui-customize.php:1192
776
  msgid "Left"
777
  msgstr ""
778
 
779
- #: wp-admin-ui-customize.php:1192
780
  msgid "Right"
781
  msgstr ""
782
 
783
- #: wp-admin-ui-customize.php:1709
784
  msgid "http://wordpress.org/"
785
  msgstr ""
786
 
787
- #: wp-admin-ui-customize.php:1726
788
  msgid "Powered by WordPress"
789
  msgstr ""
790
 
791
- #: wp-admin-ui-customize.php:2580
792
  msgid "Settings saved."
793
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: WP Admin UI Customize\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2018-10-15 18:40+0900\n"
7
  "PO-Revision-Date: 2014-12-24 18:55+0900\n"
8
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
9
  "Language-Team: CedarPoint <mike@cedarpointconcepts.com>\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 2.1.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: wp-admin-ui-customize.php:4
22
 
23
  #: inc/list_variables.php:19 inc/setting_admin_bar_menu.php:25
24
  #: inc/setting_admin_general.php:125 inc/setting_admin_general.php:148
25
+ #: inc/setting_loginscreen.php:51 inc/setting_loginscreen.php:64
26
+ #: inc/setting_loginscreen.php:76 inc/setting_loginscreen.php:103
27
+ #: inc/setting_loginscreen.php:115 inc/setting_sidemenu.php:24
28
  msgid "Shortcodes"
29
  msgstr ""
30
 
81
 
82
  #: inc/reset_userrole.php:33 inc/setting_admin_bar_menu.php:87
83
  #: inc/setting_admin_general.php:191 inc/setting_appearance_menus.php:81
84
+ #: inc/setting_dashboard.php:142 inc/setting_default.php:94
85
+ #: inc/setting_loginscreen.php:138 inc/setting_manage_metabox.php:354
86
  #: inc/setting_plugin_cap.php:82 inc/setting_post_add_edit.php:101
87
  #: inc/setting_sidemenu.php:237 inc/setting_site.php:160
88
  #, php-format
89
  msgid "Reset the %s?"
90
  msgstr ""
91
 
92
+ #: inc/reset_userrole.php:33 inc/setting_default.php:94
93
  msgid "User Roles Settings"
94
  msgstr ""
95
 
106
  msgstr ""
107
 
108
  #: inc/reset_userrole.php:49 wp-admin-ui-customize.php:178
109
+ #: wp-admin-ui-customize.php:1285
110
  msgid "Frontend"
111
  msgstr ""
112
 
118
 
119
  #: inc/reset_userrole.php:50 inc/setting_admin_general.php:16
120
  #: inc/setting_admin_general.php:135 inc/setting_admin_general.php:191
121
+ #: inc/setting_loginscreen.php:90 inc/setting_site.php:117
122
  #: wp-admin-ui-customize.php:179
123
  msgid "General"
124
  msgstr ""
133
 
134
  #: inc/reset_userrole.php:51 inc/setting_dashboard.php:16
135
  #: inc/setting_dashboard.php:96 inc/setting_dashboard.php:142
136
+ #: wp-admin-ui-customize.php:180 wp-admin-ui-customize.php:505
137
  msgid "Dashboard"
138
  msgstr ""
139
 
163
  msgstr ""
164
 
165
  #: inc/reset_userrole.php:57 inc/setting_loginscreen.php:16
166
+ #: inc/setting_loginscreen.php:38 inc/setting_loginscreen.php:138
167
  #: wp-admin-ui-customize.php:186
168
  msgid "Login Form"
169
  msgstr ""
209
  msgstr ""
210
 
211
  #: inc/setting_admin_bar_menu.php:25 inc/setting_admin_general.php:125
212
+ #: inc/setting_admin_general.php:148 inc/setting_loginscreen.php:51
213
+ #: inc/setting_loginscreen.php:64 inc/setting_loginscreen.php:76
214
+ #: inc/setting_loginscreen.php:103 inc/setting_loginscreen.php:115
215
  #: inc/setting_sidemenu.php:24
216
  msgid "Available Shortcodes"
217
  msgstr ""
231
 
232
  #: inc/setting_admin_bar_menu.php:83 inc/setting_admin_general.php:187
233
  #: inc/setting_appearance_menus.php:77 inc/setting_dashboard.php:138
234
+ #: inc/setting_default.php:90 inc/setting_loginscreen.php:134
235
  #: inc/setting_manage_metabox.php:350 inc/setting_plugin_cap.php:78
236
  #: inc/setting_post_add_edit.php:97 inc/setting_sidemenu.php:233
237
  #: inc/setting_site.php:156
240
 
241
  #: inc/setting_admin_bar_menu.php:88 inc/setting_admin_general.php:192
242
  #: inc/setting_appearance_menus.php:82 inc/setting_dashboard.php:143
243
+ #: inc/setting_default.php:95 inc/setting_loginscreen.php:139
244
  #: inc/setting_manage_metabox.php:355 inc/setting_plugin_cap.php:83
245
  #: inc/setting_post_add_edit.php:102 inc/setting_sidemenu.php:238
246
  #: inc/setting_site.php:161
303
  msgid "Footer"
304
  msgstr ""
305
 
306
+ #: inc/setting_admin_general.php:117 inc/setting_loginscreen.php:109
307
  msgid "Footer text"
308
  msgstr ""
309
 
316
  msgid "Thank you for creating with <a href=\"%s\">WordPress</a>."
317
  msgstr ""
318
 
319
+ #: inc/setting_admin_general.php:142 inc/setting_loginscreen.php:97
320
  msgid "CSS file to load"
321
  msgstr ""
322
 
379
  msgid "Prevent selected roles from re-arrange meta boxes"
380
  msgstr ""
381
 
382
+ #: inc/setting_default.php:17
383
+ msgid ""
384
+ "Thank you for using WP Admin UI Customize. But sorry this plugin is stopped "
385
+ "development and instead I developing to new plugin."
386
+ msgstr ""
387
+
388
+ #: inc/setting_default.php:20
389
  msgid ""
390
  "\n"
391
  "WP Admin UI Customize allows the management UI for different user roles to "
392
  "be customized."
393
  msgstr ""
394
 
395
+ #: inc/setting_default.php:22
396
  msgid "Select the user roles to customize below."
397
  msgstr ""
398
 
 
 
 
 
 
 
399
  #: inc/setting_default.php:32
400
  msgid "About plugin"
401
  msgstr ""
420
  msgid "Reviews"
421
  msgstr ""
422
 
423
+ #: inc/setting_default.php:47
424
  msgid "Useful plugins"
425
  msgstr ""
426
 
427
  #: inc/setting_default.php:50
 
 
 
 
 
 
 
 
 
 
 
 
428
  msgid ""
429
  "Customize list view columns for posts, pages, custom post types, media "
430
  "library, and other management screens."
431
  msgstr ""
432
 
433
+ #: inc/setting_default.php:52
434
  msgid "Create dashboard messages to be displayed for selected user roles."
435
  msgstr ""
436
 
437
+ #: inc/setting_default.php:54
438
  msgid ""
439
  "Create custom global variables that can be used with generated template tags "
440
  "or shortcodes."
441
  msgstr ""
442
 
443
+ #: inc/setting_default.php:73 wp-admin-ui-customize.php:355
444
+ #: wp-admin-ui-customize.php:784 wp-admin-ui-customize.php:828
445
  msgid "User Roles"
446
  msgstr ""
447
 
448
+ #: inc/setting_default.php:105
449
  msgid "Do you need professional setup and customization?"
450
  msgstr ""
451
 
452
+ #: inc/setting_default.php:111
453
  msgid "I provide full service customization for WP Admin UI Customize."
454
  msgstr ""
455
 
456
+ #: inc/setting_default.php:112
457
  msgid "Please contact me if you are interested."
458
  msgstr ""
459
 
460
+ #: inc/setting_default.php:114
461
  msgid "Example Customize"
462
  msgstr ""
463
 
464
+ #: inc/setting_default.php:115
465
  msgid "Contact me"
466
  msgstr ""
467
 
479
  msgid "Show Current Login Screen"
480
  msgstr ""
481
 
482
+ #: inc/setting_loginscreen.php:45
 
 
 
 
483
  msgid "Logo URL"
484
  msgstr ""
485
 
486
+ #: inc/setting_loginscreen.php:58
487
  msgid "Logo Title"
488
  msgstr ""
489
 
490
+ #: inc/setting_loginscreen.php:70
491
  msgid "Logo Image URL"
492
  msgstr ""
493
 
705
  msgid "None"
706
  msgstr ""
707
 
708
+ #: wp-admin-ui-customize.php:509
709
  #, php-format
710
  msgid "Howdy, %1$s"
711
  msgstr ""
712
 
713
+ #: wp-admin-ui-customize.php:609
714
  msgid "Edit"
715
  msgstr ""
716
 
717
+ #: wp-admin-ui-customize.php:613
718
  msgid "Search"
719
  msgstr ""
720
 
721
+ #: wp-admin-ui-customize.php:619
722
  msgid "View"
723
  msgstr ""
724
 
725
+ #: wp-admin-ui-customize.php:777
726
  msgid "Url"
727
  msgstr ""
728
 
729
+ #: wp-admin-ui-customize.php:780 wp-admin-ui-customize.php:825
730
  msgid "Slug"
731
  msgstr ""
732
 
733
+ #: wp-admin-ui-customize.php:795 wp-admin-ui-customize.php:839
734
+ #: wp-admin-ui-customize.php:942
735
  msgid "Title"
736
  msgstr ""
737
 
738
+ #: wp-admin-ui-customize.php:802 wp-admin-ui-customize.php:1018
739
  msgid "Sub Menus"
740
  msgstr ""
741
 
742
+ #: wp-admin-ui-customize.php:845 wp-admin-ui-customize.php:857
743
+ #: wp-admin-ui-customize.php:1049
744
  msgid "Remove"
745
  msgstr ""
746
 
747
+ #: wp-admin-ui-customize.php:906 wp-admin-ui-customize.php:928
748
  msgid "Menu Group"
749
  msgstr ""
750
 
751
+ #: wp-admin-ui-customize.php:926
752
  msgid "Show only on front end."
753
  msgstr ""
754
 
755
+ #: wp-admin-ui-customize.php:1006
756
  msgid "Open link in a new tab"
757
  msgstr ""
758
 
759
+ #: wp-admin-ui-customize.php:1285
760
  msgid "Left"
761
  msgstr ""
762
 
763
+ #: wp-admin-ui-customize.php:1285
764
  msgid "Right"
765
  msgstr ""
766
 
767
+ #: wp-admin-ui-customize.php:1836
768
  msgid "http://wordpress.org/"
769
  msgstr ""
770
 
771
+ #: wp-admin-ui-customize.php:1853
772
  msgid "Powered by WordPress"
773
  msgstr ""
774
 
775
+ #: wp-admin-ui-customize.php:2739
776
  msgid "Settings saved."
777
  msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: gqevu6bsiz
3
  Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_5_11
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 4.2
6
- Tested up to: 4.8
7
- Stable tag: 1.5.11
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.5.11 =
54
  * Added: Some filters/actions.
55
  * Fixed: Show icon sidebar/admin bar customize settings.
3
  Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_5_11
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 4.2
6
+ Tested up to: 4.9
7
+ Stable tag: 1.5.12
8
  License: GPL2
9
 
10
  Customize the management screen UI.
50
 
51
  == Changelog ==
52
 
53
+ = 1.5.12 =
54
+ * Added: Filter to menu_widget of admin bar.
55
+ * Changed: update_option to not auto load.
56
+
57
  = 1.5.11 =
58
  * Added: Some filters/actions.
59
  * Fixed: Show icon sidebar/admin bar customize settings.
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 Wordpress management UI.
5
- Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_11
6
- Version: 1.5.11
7
  Author: gqevu6bsiz
8
- Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_11
9
  Text Domain: wp-admin-ui-customize
10
  Domain Path: /languages
11
  */
@@ -57,7 +57,7 @@ class WP_Admin_UI_Customize
57
 
58
 
59
  function __construct() {
60
- $this->Ver = '1.5.11';
61
  $this->Name = 'WP Admin UI Customize';
62
  $this->Dir = plugin_dir_path( __FILE__ );
63
  $this->Url = plugin_dir_url( __FILE__ );
@@ -685,7 +685,7 @@ class WP_Admin_UI_Customize
685
  }
686
 
687
  if( !empty( $Update ) ) {
688
- update_option( $this->Record["regist_dashboard_metabox"] , $Update );
689
  }
690
 
691
  }
@@ -741,7 +741,7 @@ class WP_Admin_UI_Customize
741
  }
742
 
743
  if( !empty( $regist_meta_boxes ) ) {
744
- update_option( $this->Record["regist_metabox"] , $regist_meta_boxes );
745
  }
746
 
747
  }
@@ -977,8 +977,26 @@ class WP_Admin_UI_Customize
977
  </p>
978
  <p class="field-meta description">
979
  <label class="description">
980
- <?php if( !empty( $menu_widget["group"] ) or $menu_widget["id"] == 'menu-toggle' ) : ?>
981
- <input type="hidden" class="meta_target" value="_blank" name="data[][meta][target]" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
982
  <?php else: ?>
983
  <?php $checked = ""; ?>
984
  <?php if( !empty( $menu_widget["meta"]["target"] ) ) : ?>
@@ -1416,7 +1434,7 @@ class WP_Admin_UI_Customize
1416
  }
1417
  }
1418
 
1419
- update_option( $this->Record["user_role"] , $Update );
1420
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1421
  exit;
1422
  }
@@ -1443,7 +1461,7 @@ class WP_Admin_UI_Customize
1443
  * @return mixed
1444
  */
1445
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["site"], 'site' );
1446
- update_option( $Record , $Update );
1447
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1448
  exit;
1449
  }
@@ -1466,7 +1484,7 @@ class WP_Admin_UI_Customize
1466
  * Filter documented in WP_Admin_UI_Customize::update_site().
1467
  */
1468
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["admin_general"], 'admin_general' );
1469
- update_option( $Record , $Update );
1470
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1471
  exit;
1472
  }
@@ -1489,7 +1507,7 @@ class WP_Admin_UI_Customize
1489
  * Filter documented in WP_Admin_UI_Customize::update_site().
1490
  */
1491
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["dashboard"], 'dashboard' );
1492
- update_option( $Record , $Update );
1493
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1494
  exit;
1495
  }
@@ -1547,7 +1565,7 @@ class WP_Admin_UI_Customize
1547
  * Filter documented in WP_Admin_UI_Customize::update_site().
1548
  */
1549
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["admin_bar_menu"], 'admin_bar_menu' );
1550
- update_option( $Record , $Update );
1551
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1552
  exit;
1553
  }
@@ -1580,7 +1598,7 @@ class WP_Admin_UI_Customize
1580
  * Filter documented in WP_Admin_UI_Customize::update_site().
1581
  */
1582
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["sidemenu"], 'sidemenu' );
1583
- update_option( $Record , $Update );
1584
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1585
  exit;
1586
  }
@@ -1608,7 +1626,7 @@ class WP_Admin_UI_Customize
1608
  * Filter documented in WP_Admin_UI_Customize::update_site().
1609
  */
1610
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["manage_metabox"], 'manage_metabox' );
1611
- update_option( $Record , $Update );
1612
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1613
  exit;
1614
  }
@@ -1631,7 +1649,7 @@ class WP_Admin_UI_Customize
1631
  * Filter documented in WP_Admin_UI_Customize::update_site().
1632
  */
1633
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["post_add_edit"], 'post_add_edit' );
1634
- update_option( $Record , $Update );
1635
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1636
  exit;
1637
  }
@@ -1654,7 +1672,7 @@ class WP_Admin_UI_Customize
1654
  * Filter documented in WP_Admin_UI_Customize::update_site().
1655
  */
1656
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["appearance_menus"], 'appearance_menus' );
1657
- update_option( $Record , $Update );
1658
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1659
  exit;
1660
  }
@@ -1677,7 +1695,7 @@ class WP_Admin_UI_Customize
1677
  * Filter documented in WP_Admin_UI_Customize::update_site().
1678
  */
1679
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["loginscreen"], 'loginscreen' );
1680
- update_option( $Record , $Update );
1681
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1682
  exit;
1683
 
@@ -1697,7 +1715,7 @@ class WP_Admin_UI_Customize
1697
  * Filter documented in WP_Admin_UI_Customize::update_site().
1698
  */
1699
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["plugin_cap"], 'plugin_cap' );
1700
- update_option( $Record , $Update );
1701
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1702
  exit;
1703
 
2
  /*
3
  Plugin Name: WP Admin UI Customize
4
  Description: An excellent plugin to customize the Wordpress management UI.
5
+ Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_12
6
+ Version: 1.5.12
7
  Author: gqevu6bsiz
8
+ Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_12
9
  Text Domain: wp-admin-ui-customize
10
  Domain Path: /languages
11
  */
57
 
58
 
59
  function __construct() {
60
+ $this->Ver = '1.5.12';
61
  $this->Name = 'WP Admin UI Customize';
62
  $this->Dir = plugin_dir_path( __FILE__ );
63
  $this->Url = plugin_dir_url( __FILE__ );
685
  }
686
 
687
  if( !empty( $Update ) ) {
688
+ update_option( $this->Record["regist_dashboard_metabox"] , $Update , false );
689
  }
690
 
691
  }
741
  }
742
 
743
  if( !empty( $regist_meta_boxes ) ) {
744
+ update_option( $this->Record["regist_metabox"] , $regist_meta_boxes , false );
745
  }
746
 
747
  }
977
  </p>
978
  <p class="field-meta description">
979
  <label class="description">
980
+ <?php
981
+ $disable_target = ( !empty( $menu_widget["group"] ) or $menu_widget["id"] == 'menu-toggle' );
982
+
983
+ /**
984
+ * Filter whether this menu widget has a link target option.
985
+ * Has two filter options:
986
+ * `wauc_admin_bar_menu_widget_disable_target` for all.
987
+ * `wauc_admin_bar_menu_widget_disable_target_{ID}` for ID specific.
988
+ *
989
+ * @since 1.5.12
990
+ * @param bool $disable_target
991
+ * @param array $menu_widget
992
+ * @return bool
993
+ */
994
+ $disable_target = apply_filters( 'wauc_admin_bar_menu_widget_disable_target', $disable_target, $menu_widget );
995
+ $disable_target = apply_filters( "wauc_admin_bar_menu_widget_disable_target_{$menu_widget["id"]}", $disable_target, $menu_widget );
996
+
997
+ if( $disable_target ) :
998
+ ?>
999
+ <input type="hidden" class="meta_target" value="" name="data[][meta][target]" />
1000
  <?php else: ?>
1001
  <?php $checked = ""; ?>
1002
  <?php if( !empty( $menu_widget["meta"]["target"] ) ) : ?>
1434
  }
1435
  }
1436
 
1437
+ update_option( $this->Record["user_role"] , $Update , false );
1438
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1439
  exit;
1440
  }
1461
  * @return mixed
1462
  */
1463
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["site"], 'site' );
1464
+ update_option( $Record , $Update , false );
1465
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1466
  exit;
1467
  }
1484
  * Filter documented in WP_Admin_UI_Customize::update_site().
1485
  */
1486
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["admin_general"], 'admin_general' );
1487
+ update_option( $Record , $Update , false );
1488
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1489
  exit;
1490
  }
1507
  * Filter documented in WP_Admin_UI_Customize::update_site().
1508
  */
1509
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["dashboard"], 'dashboard' );
1510
+ update_option( $Record , $Update , false );
1511
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1512
  exit;
1513
  }
1565
  * Filter documented in WP_Admin_UI_Customize::update_site().
1566
  */
1567
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["admin_bar_menu"], 'admin_bar_menu' );
1568
+ update_option( $Record , $Update , false );
1569
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1570
  exit;
1571
  }
1598
  * Filter documented in WP_Admin_UI_Customize::update_site().
1599
  */
1600
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["sidemenu"], 'sidemenu' );
1601
+ update_option( $Record , $Update , false );
1602
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1603
  exit;
1604
  }
1626
  * Filter documented in WP_Admin_UI_Customize::update_site().
1627
  */
1628
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["manage_metabox"], 'manage_metabox' );
1629
+ update_option( $Record , $Update , false );
1630
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1631
  exit;
1632
  }
1649
  * Filter documented in WP_Admin_UI_Customize::update_site().
1650
  */
1651
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["post_add_edit"], 'post_add_edit' );
1652
+ update_option( $Record , $Update , false );
1653
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1654
  exit;
1655
  }
1672
  * Filter documented in WP_Admin_UI_Customize::update_site().
1673
  */
1674
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["appearance_menus"], 'appearance_menus' );
1675
+ update_option( $Record , $Update , false );
1676
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1677
  exit;
1678
  }
1695
  * Filter documented in WP_Admin_UI_Customize::update_site().
1696
  */
1697
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["loginscreen"], 'loginscreen' );
1698
+ update_option( $Record , $Update , false );
1699
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1700
  exit;
1701
 
1715
  * Filter documented in WP_Admin_UI_Customize::update_site().
1716
  */
1717
  $Record = apply_filters( 'wauc_pre_update' , $this->Record["plugin_cap"], 'plugin_cap' );
1718
+ update_option( $Record , $Update , false );
1719
  wp_redirect( esc_url_raw( add_query_arg( $this->MsgQ , 'update' , stripslashes( $_POST["_wp_http_referer"] ) ) ) );
1720
  exit;
1721