Plugin Directory

Changeset 3051821


Ignore:
Timestamp:
03/15/2024 04:14:57 PM (2 years ago)
Author:
Bueltge
Message:

Update trunk for new release

Location:
adminimize/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • adminimize/trunk/adminimize.php

    r3004495 r3051821  
    66 * Domain Path: /languages
    77 * 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ültge
    9  * Author URI:  https://bueltge.de/
    10  * Version:     1.11.10
     8 * Author:      WP Media
     9 * Author URI:  https://wp-media.me
     10 * Version:     1.11.11
    1111 * License:     GPLv2+
    1212 *
     
    1616 * @author  Frank Bültge <[email protected]>
    1717 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
    18  * @version 2023-11-23
     18 * @version 2024-03-15
    1919 */
    2020
  • adminimize/trunk/inc-setup/dashboard.php

    r3004136 r3051821  
    152152            foreach ( (array) $data as $widget => $value ) {
    153153
    154                 $value['title'] = ($value['title'] == FALSE) ? [] : $value['title'];
    155                
    156                 if ( ! is_array( $value ) ) {
     154                if ($value === false) {
    157155                    $value = [];
    158156                }
    159                
     157
    160158                if ( ! isset( $value['title'])) {
    161159                    $value['title'] = '';
     
    175173                    'priority' => $priority,
    176174                );
     175       
    177176            }
    178177        }
  • adminimize/trunk/readme.txt

    r3004138 r3051821  
    11=== Adminimize ===
    22Contributors: wp_media, Bueltge, inpsyde
    3 Donate link: https://www.paypal.me/FrankBueltge
    43Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
    54Requires at least: 4.0
    65Tested up to: 6.4
    7 Stable tag: 1.11.10
     6Stable tag: 1.11.11
    87
    98Adminimize that lets you hide 'unnecessary' items from the WordPress backend
     
    3938
    4039== Changelog ==
     40= 1.11.11 (2024-03-15)=
     41* Fix PHP Warning (Trying to access array offset on value of type bool)
     42
    4143= 1.11.10 (2023-11-23) =
    4244* Fix access for global variable query
Note: See TracChangeset for help on using the changeset viewer.