Changeset 2058828
- Timestamp:
- 03/28/2019 11:03:48 AM (7 years ago)
- Location:
- wp-admin-bar-control/trunk
- Files:
-
- 3 edited
-
includes/admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-admin-bar-control.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-admin-bar-control/trunk/includes/admin.php
r2058791 r2058828 624 624 if( !empty($yabp['custom']) ) add_action('admin_bar_menu', 'add_mycms_admin_bar_link',$yabp['custom_pos']); 625 625 626 function add_mycms_admin_bar_link( $this){626 function add_mycms_admin_bar_link(){ 627 627 global $yabp, $wp_admin_bar; 628 628 -
wp-admin-bar-control/trunk/readme.txt
r2058768 r2058828 8 8 Requires at least: 3.3 9 9 Tested up to: 6.0 10 Stable tag: 0.9 10 Stable tag: 0.9.1 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 0.9.1 = 47 * Fix one bug 48 46 49 = 0.9 = 47 50 * Added some new features -
wp-admin-bar-control/trunk/wp-admin-bar-control.php
r2058768 r2058828 3 3 Plugin Name: WP Admin Bar Control 4 4 Description: Style Admin Bar. Add Plugins list to your Admin Bar. Activate and Deactivate plugins without page reload and moving to plugins page. 5 Version: 0.9 5 Version: 0.9.1 6 6 Author: Alex Egorov 7 7 Author URI: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLHFMF373Z9GG&source=url
Note: See TracChangeset
for help on using the changeset viewer.