Changeset 2185886
- Timestamp:
- 11/05/2019 12:16:42 AM (6 years ago)
- Location:
- multisite-admin-bar-switcher/trunk
- Files:
-
- 2 edited
-
multisite-admin-bar-switcher.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-admin-bar-switcher/trunk/multisite-admin-bar-switcher.php
r2096184 r2185886 4 4 Plugin URI: http://www.flynsarmy.com 5 5 Description: Replaces the built in 'My Sites' drop down with a better layed out one 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: Flyn San 8 8 Author URI: http://www.flynsarmy.com/ … … 253 253 $wp_admin_bar->add_menu(array( 254 254 'parent' => 'mabs_'.$id, 255 'id' => 'mabs_'.$id.'_'.$key,255 'id' =>str_replace(' ', '_', 'mabs_'.$id.'_'.$key), 256 256 'title'=> isset($details['title']) ? $details['title'] : __(ucfirst($key)), 257 257 'href' => strpos($details['url'], 'http') !== false ? $details['url'] : $admin_url.$details['url'], -
multisite-admin-bar-switcher/trunk/readme.txt
r2096184 r2185886 3 3 Tags: multisite, toolbar, switcher, switch, network, admin, wpmu 4 4 Requires at least: 3.2.1 5 Tested up to: 5.2. 16 Stable tag: 1.3. 35 Tested up to: 5.2.4 6 Stable tag: 1.3.4 7 7 8 8 == Description == … … 78 78 79 79 == Changelog == 80 81 = 1.3.4 = 82 * Don't allow spaces in IDs 80 83 81 84 = 1.3.3 =
Note: See TracChangeset
for help on using the changeset viewer.