Changeset 3051821
- Timestamp:
- 03/15/2024 04:14:57 PM (2 years ago)
- Location:
- adminimize/trunk
- Files:
-
- 3 edited
-
adminimize.php (modified) (2 diffs)
-
inc-setup/dashboard.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adminimize/trunk/adminimize.php
r3004495 r3051821 6 6 * Domain Path: /languages 7 7 * Description: Visually compresses the administrative meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for all roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles. 8 * Author: Frank Bültge9 * Author URI: https:// bueltge.de/10 * Version: 1.11.1 08 * Author: WP Media 9 * Author URI: https://wp-media.me 10 * Version: 1.11.11 11 11 * License: GPLv2+ 12 12 * … … 16 16 * @author Frank Bültge <[email protected]> 17 17 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 18 * @version 202 3-11-2318 * @version 2024-03-15 19 19 */ 20 20 -
adminimize/trunk/inc-setup/dashboard.php
r3004136 r3051821 152 152 foreach ( (array) $data as $widget => $value ) { 153 153 154 $value['title'] = ($value['title'] == FALSE) ? [] : $value['title']; 155 156 if ( ! is_array( $value ) ) { 154 if ($value === false) { 157 155 $value = []; 158 156 } 159 157 160 158 if ( ! isset( $value['title'])) { 161 159 $value['title'] = ''; … … 175 173 'priority' => $priority, 176 174 ); 175 177 176 } 178 177 } -
adminimize/trunk/readme.txt
r3004138 r3051821 1 1 === Adminimize === 2 2 Contributors: wp_media, Bueltge, inpsyde 3 Donate link: https://www.paypal.me/FrankBueltge4 3 Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen 5 4 Requires at least: 4.0 6 5 Tested up to: 6.4 7 Stable tag: 1.11.1 06 Stable tag: 1.11.11 8 7 9 8 Adminimize that lets you hide 'unnecessary' items from the WordPress backend … … 39 38 40 39 == Changelog == 40 = 1.11.11 (2024-03-15)= 41 * Fix PHP Warning (Trying to access array offset on value of type bool) 42 41 43 = 1.11.10 (2023-11-23) = 42 44 * Fix access for global variable query
Note: See TracChangeset
for help on using the changeset viewer.