Changeset 3121588
- Timestamp:
- 07/18/2024 03:28:31 PM (21 months ago)
- Location:
- multisite-enhancements/trunk
- Files:
-
- 3 edited
-
multisite-enhancements.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/class-admin-bar-tweaks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multisite-enhancements/trunk/multisite-enhancements.php
r3100615 r3121588 4 4 * Description: Enhance Multisite for Network Admins with different topics 5 5 * Plugin URI: https://github.com/bueltge/WordPress-Multisite-Enhancements 6 * Version: 1.7. 06 * Version: 1.7.1 7 7 * Author: Frank Bültge 8 8 * Author URI: https://bueltge.de -
multisite-enhancements/trunk/readme.txt
r3101032 r3121588 3 3 Tags: multisite, administration, admin bar, network, 4 4 Requires at least: 4.6 5 Tested up to: 6. 5.45 Tested up to: 6.6 6 6 Requires PHP: 7.2 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 99 99 100 100 == Changelog == 101 = 1.7.1 (2024-07-18) = 102 * Fixing corrupt blog loop, [#81](https://github.com/bueltge/wordpress-multisite-enhancements/issues/81) 103 101 104 = 1.7.0 (2024-06-10) = 102 105 * Fixing fatal error triggered by a missing slash, [#70](https://github.com/bueltge/wordpress-multisite-enhancements/pull/70). Probs @brasofilo -
multisite-enhancements/trunk/src/class-admin-bar-tweaks.php
r3100615 r3121588 45 45 $comment_node = $wp_admin_bar->get_node( $menu_id ); 46 46 if ( ! $comment_node ) { 47 restore_current_blog(); 47 48 continue; 48 49 }
Note: See TracChangeset
for help on using the changeset viewer.