Ozh' Admin Drop Down Menu - Version 3.7.1

Version Description

Download this release

Release Info

Developer ozh
Plugin Icon 128x128 Ozh' Admin Drop Down Menu
Version 3.7.1
Comparing to
See all releases

Code changes from version 3.7 to 3.7.1

Files changed (2) hide show
  1. inc/adminmenu.css.php +2 -1
  2. wp_ozh_adminmenu.php +4 -3
inc/adminmenu.css.php CHANGED
@@ -317,6 +317,7 @@ span.count-0 {display:none;}
317
  background-image:url(<?php echo $plugin; ?>images/cog.png);
318
  }
319
  #ozhmumenu .ozhmenu_sublevel a {background-image:url(<?php echo $plugin; ?>images/world_link.png);}
 
320
  <?php
321
  foreach($wp_ozh_adminmenu['icon_names'] as $link=>$icon) {
322
  $link = wp_ozh_adminmenu_sanitize_id($link);
@@ -329,4 +330,4 @@ span.count-0 {display:none;}
329
  <?php } ?>
330
 
331
 
332
- /**/
317
  background-image:url(<?php echo $plugin; ?>images/cog.png);
318
  }
319
  #ozhmumenu .ozhmenu_sublevel a {background-image:url(<?php echo $plugin; ?>images/world_link.png);}
320
+ #ozhmenu img.wp-menu-image {max-width: 24px;max-height:24px;}
321
  <?php
322
  foreach($wp_ozh_adminmenu['icon_names'] as $link=>$icon) {
323
  $link = wp_ozh_adminmenu_sanitize_id($link);
330
  <?php } ?>
331
 
332
 
333
+ /**/
wp_ozh_adminmenu.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ozh' Admin Drop Down Menu
4
  Plugin URI: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
  Description: All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate! <strong>For WordPress 4.0+</strong>
6
- Version: 3.7
7
  Author: Ozh
8
  Author URI: http://ozh.org/
9
  */
@@ -124,11 +124,12 @@ Author URI: http://ozh.org/
124
  Changed: min ver is WP 4.0
125
  * 3.6.9: Fixed: comment bubble was not showing properly (thanks Spherical!)
126
  * 3.6.10: Fixed: count() notice (thanks magento-ralph!)
127
- * 3.7: Fixed: compatibiliity with PHP 7.2+
 
128
  */
129
 
130
 
131
- define( 'OZH_MENU_VER', '3.7' );
132
 
133
  /***** Hook things in when visiting an admin page. When viewing a blog page, nothing even loads in memory. ****/
134
  if ( is_admin() ){
3
  Plugin Name: Ozh' Admin Drop Down Menu
4
  Plugin URI: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
  Description: All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate! <strong>For WordPress 4.0+</strong>
6
+ Version: 3.7.1
7
  Author: Ozh
8
  Author URI: http://ozh.org/
9
  */
124
  Changed: min ver is WP 4.0
125
  * 3.6.9: Fixed: comment bubble was not showing properly (thanks Spherical!)
126
  * 3.6.10: Fixed: count() notice (thanks magento-ralph!)
127
+ * 3.7: Fixed: compatibility with PHP 7.2+
128
+ * 3.7.1: Fixed: supersized SVG icons in top level menu (thanks @kiezkickerde)
129
  */
130
 
131
 
132
+ define( 'OZH_MENU_VER', '3.7.1' );
133
 
134
  /***** Hook things in when visiting an admin page. When viewing a blog page, nothing even loads in memory. ****/
135
  if ( is_admin() ){