Changeset 389936
- Timestamp:
- 05/27/2011 05:54:22 PM (15 years ago)
- Location:
- kb-debug/trunk
- Files:
-
- 2 edited
-
README (modified) (3 diffs)
-
kb_debug.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kb-debug/trunk/README
r389439 r389936 1 1 === kb_debug.php === 2 2 Contributors: kunalb 3 Donate link: http://kunal-b.in 3 4 Tags: Debugging 4 5 Requires at least: WordPress 3.0 5 6 Tested up to: 3.2 6 Stable tag: 0.2 7 Stable tag: 0.2.2 7 8 8 9 Debug your plugins and themes. … … 17 18 To see both just add ?KB_Debug_Errors&KB_Debug_Hooks. (Essentially $_GET[var] must be set to enable that feature). 18 19 19 20 20 == Installation == 21 21 Upload `kb_debug.php` and 'kb-debug.css' to the `/wp-content/mu-plugins/` directory. (Create this directory if it doesn't exist). 22 23 NOTE: These files must be placed directly under mu-plugins: ie mu-plugins/kb_debug.php and mu-plugins/kb-debug.css. 24 25 Putting these into mu-plugins allows the plugin to capture the most number of hooks it can. 22 26 23 27 … … 37 41 == Changelog == 38 42 43 = 0.2.2 = 44 * Modified readme.txt and updated the PHP version. 45 * Renamed Screenshots for wp.org to display. 46 39 47 = 0.2 = 40 48 * Plugin completely refactored. -
kb-debug/trunk/kb_debug.php
r389439 r389936 2 2 /* 3 3 Plugin Name: KB_DEBUG 4 Plugin URI: http:// kunal-b.in4 Plugin URI: http://github.com/kunalb/kb_debug 5 5 Description: A swiss army knife for debugging wordpress plugins. 6 Version: 0.2 -bleeding6 Version: 0.2.2 7 7 Author: Kunal Bhalla. 8 8 Author URI: http://kunal-b.in 9 9 License: GPL2 10 10 11 Copyright 201 0Kunal Bhalla (email : bhalla.kunal@gmail.com)11 Copyright 2011 Kunal Bhalla (email : bhalla.kunal@gmail.com) 12 12 13 13 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.