Changeset 390759
- Timestamp:
- 05/30/2011 11:27:54 AM (15 years ago)
- Location:
- wordpress-admin-bar-improved
- Files:
-
- 1 added
- 2 edited
- 5 copied
-
tags/3.1.6 (added)
-
tags/3.1.6/readme.txt (copied) (copied from wordpress-admin-bar-improved/trunk/readme.txt) (2 diffs)
-
tags/3.1.6/screenshot-1.png (copied) (copied from wordpress-admin-bar-improved/trunk/screenshot-1.png)
-
tags/3.1.6/wpabi.css (copied) (copied from wordpress-admin-bar-improved/trunk/wpabi.css)
-
tags/3.1.6/wpabi.js (copied) (copied from wordpress-admin-bar-improved/trunk/wpabi.js)
-
tags/3.1.6/wpabi.php (copied) (copied from wordpress-admin-bar-improved/trunk/wpabi.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpabi.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-admin-bar-improved/tags/3.1.6/readme.txt
r389958 r390759 4 4 Requires at least: 3.1 5 5 Tested up to: 3.2 beta2 6 Stable tag: 3.1. 56 Stable tag: 3.1.6 7 7 8 8 A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1. … … 54 54 == ChangeLog == 55 55 56 = 3.1.6 = 57 * Fixed issue that triggered a fatal error upon installation. 58 56 59 = 3.1.5 = 57 60 * Fixed multsite admin page -
wordpress-admin-bar-improved/tags/3.1.6/wpabi.php
r390328 r390759 6 6 Plugin URI: http://www.electriceasel.com/wpabi 7 7 Description: A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1 8 Version: 3.1. 58 Version: 3.1.6 9 9 Author: dilbert4life, electriceasel 10 10 Author URI: http://www.electriceasel.com/team-member/don-gilbert … … 30 30 31 31 class WPAdminBarImproved { 32 private $version = '3.1. 5';32 private $version = '3.1.6'; 33 33 private $css_file; 34 34 private $js_file; … … 215 215 { 216 216 $where_to_place = (version_compare($wp_version, '3.1', '>=')) ? 'settings.php' : 'ms-admin.php' ; 217 add_submenu_page($where_to_place ', 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render'));217 add_submenu_page($where_to_place, 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render')); 218 218 } 219 219 else -
wordpress-admin-bar-improved/trunk/readme.txt
r389868 r390759 4 4 Requires at least: 3.1 5 5 Tested up to: 3.2 beta2 6 Stable tag: 3.1. 56 Stable tag: 3.1.6 7 7 8 8 A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1. … … 54 54 == ChangeLog == 55 55 56 = 3.1.6 = 57 * Fixed issue that triggered a fatal error upon installation. 58 56 59 = 3.1.5 = 57 60 * Fixed multsite admin page -
wordpress-admin-bar-improved/trunk/wpabi.php
r390328 r390759 6 6 Plugin URI: http://www.electriceasel.com/wpabi 7 7 Description: A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1 8 Version: 3.1. 58 Version: 3.1.6 9 9 Author: dilbert4life, electriceasel 10 10 Author URI: http://www.electriceasel.com/team-member/don-gilbert … … 30 30 31 31 class WPAdminBarImproved { 32 private $version = '3.1. 5';32 private $version = '3.1.6'; 33 33 private $css_file; 34 34 private $js_file; … … 215 215 { 216 216 $where_to_place = (version_compare($wp_version, '3.1', '>=')) ? 'settings.php' : 'ms-admin.php' ; 217 add_submenu_page($where_to_place ', 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render'));217 add_submenu_page($where_to_place, 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render')); 218 218 } 219 219 else
Note: See TracChangeset
for help on using the changeset viewer.