Changeset 947922
- Timestamp:
- 07/14/2014 12:40:22 AM (12 years ago)
- Location:
- wp-float-admin-menu
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from wp-float-admin-menu/trunk)
-
tags/2.0.1/readme.txt (modified) (2 diffs)
-
tags/2.0.1/src/wp-float-admin-menu.php (modified) (1 diff)
-
tags/2.0.1/wp-float-admin-menu.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/wp-float-admin-menu.php (modified) (1 diff)
-
trunk/wp-float-admin-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-float-admin-menu/tags/2.0.1/readme.txt
r943665 r947922 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9.1 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 9 9 Re-positions your wordpress admin menu from the left side to the top. Have a less cluttered admin area for you or your clients to use … … 39 39 = 2.0.0 = 40 40 * Responsive Design 41 = 2.0.1 = 42 * Forbidden bug fix -
wp-float-admin-menu/tags/2.0.1/src/wp-float-admin-menu.php
r943657 r947922 21 21 add_action("init", array($this,"wpfam_dashboard_init")); 22 22 add_action("admin_init", array($this,"wpfam_forbidden_check")); 23 add_action('plugins_loaded', array($this,'forbidden_check'));23 //add_action('plugins_loaded', array($this,'forbidden_check')); 24 24 // filters 25 25 add_filter( 'show_admin_bar' , array($this, 'wpfam_function_admin_bar')); -
wp-float-admin-menu/tags/2.0.1/wp-float-admin-menu.php
r943664 r947922 5 5 Description: Re-positions your wordpress admin menu from the side to the top. Have a less cluttered admin area for you or your clients to use 6 6 Author: Ola Apata 7 Version: 2.0. 07 Version: 2.0.1 8 8 Author URI: http://profiles.wordpress.org/rockaja 9 9 License: GPLv2 or later -
wp-float-admin-menu/trunk/readme.txt
r943665 r947922 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9.1 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 9 9 Re-positions your wordpress admin menu from the left side to the top. Have a less cluttered admin area for you or your clients to use … … 39 39 = 2.0.0 = 40 40 * Responsive Design 41 = 2.0.1 = 42 * Forbidden bug fix -
wp-float-admin-menu/trunk/src/wp-float-admin-menu.php
r943657 r947922 21 21 add_action("init", array($this,"wpfam_dashboard_init")); 22 22 add_action("admin_init", array($this,"wpfam_forbidden_check")); 23 add_action('plugins_loaded', array($this,'forbidden_check'));23 //add_action('plugins_loaded', array($this,'forbidden_check')); 24 24 // filters 25 25 add_filter( 'show_admin_bar' , array($this, 'wpfam_function_admin_bar')); -
wp-float-admin-menu/trunk/wp-float-admin-menu.php
r943664 r947922 5 5 Description: Re-positions your wordpress admin menu from the side to the top. Have a less cluttered admin area for you or your clients to use 6 6 Author: Ola Apata 7 Version: 2.0. 07 Version: 2.0.1 8 8 Author URI: http://profiles.wordpress.org/rockaja 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.