Changeset 202102
- Timestamp:
- 02/05/2010 05:48:56 AM (16 years ago)
- Location:
- wp-pear-debug
- Files:
-
- 3 edited
- 8 copied
-
tags/1.4.6 (copied) (copied from wp-pear-debug/trunk)
-
tags/1.4.6/Debug/Renderer/HTML/Div.class.php (copied) (copied from wp-pear-debug/trunk/Debug/Renderer/HTML/Div.class.php)
-
tags/1.4.6/Debug/Renderer/HTML/DivConfig.class.php (copied) (copied from wp-pear-debug/trunk/Debug/Renderer/HTML/DivConfig.class.php)
-
tags/1.4.6/PHP_Debug.class.php (copied) (copied from wp-pear-debug/trunk/PHP_Debug.class.php)
-
tags/1.4.6/lang (copied) (copied from wp-pear-debug/trunk/lang)
-
tags/1.4.6/lang/wp-pear-debug-es.mo (copied) (copied from wp-pear-debug/trunk/lang/wp-pear-debug-es.mo)
-
tags/1.4.6/lang/wp-pear-debug-es.po (copied) (copied from wp-pear-debug/trunk/lang/wp-pear-debug-es.po)
-
tags/1.4.6/readme.txt (modified) (3 diffs)
-
tags/1.4.6/wp-pear-debug.php (copied) (copied from wp-pear-debug/trunk/wp-pear-debug.php) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wp-pear-debug.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-pear-debug/tags/1.4.6/readme.txt
r201945 r202102 5 5 Requires at least: 2.8 6 6 Tested up to: 2.9.1 7 Stable tag: 1.4. 57 Stable tag: 1.4.6 8 8 9 9 This plugin incorporates the pear php_debug library into wordpress. … … 18 18 Please feel free to discuss it [here:](http://www.communitymodder.com/Released-wordpress-plugins/wp-pear-debug-wordpress-plugin.html) Plugin Home. 19 19 20 If you have used this plugin and it works please rate it and report the version of wordpress and the plugin version you are using. 21 22 Unfortunately php_debug only works in php5 so this plugin will only work in php5. Also, the plugin makes use of php5 specific code in its own class. 20 Unfortunately php_debug only works in php5 so this plugin will only work in php5. 23 21 - Features 24 22 … … 79 77 `[wp_pear-debug foo="bar" foo1="bar2"]` 80 78 81 Follow me on twitter: http://www.twitter.com/phpsoft 79 11. Internationalization support has been added with version 1.4.6. A rough spanish translation has been provided in the hope that someone can take it and create a better translation. 80 82 81 == Installation == 83 82 -
wp-pear-debug/tags/1.4.6/wp-pear-debug.php
r202097 r202102 6 6 * Author: Community Modder 7 7 * Plugin URI: http://www.communitymodder.com 8 * Version: 1.4. 58 * Version: 1.4.6 9 9 * ======================================================================= 10 10 */ -
wp-pear-debug/trunk/readme.txt
r201945 r202102 5 5 Requires at least: 2.8 6 6 Tested up to: 2.9.1 7 Stable tag: 1.4. 57 Stable tag: 1.4.6 8 8 9 9 This plugin incorporates the pear php_debug library into wordpress. … … 18 18 Please feel free to discuss it [here:](http://www.communitymodder.com/Released-wordpress-plugins/wp-pear-debug-wordpress-plugin.html) Plugin Home. 19 19 20 If you have used this plugin and it works please rate it and report the version of wordpress and the plugin version you are using. 21 22 Unfortunately php_debug only works in php5 so this plugin will only work in php5. Also, the plugin makes use of php5 specific code in its own class. 20 Unfortunately php_debug only works in php5 so this plugin will only work in php5. 23 21 - Features 24 22 … … 79 77 `[wp_pear-debug foo="bar" foo1="bar2"]` 80 78 81 Follow me on twitter: http://www.twitter.com/phpsoft 79 11. Internationalization support has been added with version 1.4.6. A rough spanish translation has been provided in the hope that someone can take it and create a better translation. 80 82 81 == Installation == 83 82 -
wp-pear-debug/trunk/wp-pear-debug.php
r202097 r202102 6 6 * Author: Community Modder 7 7 * Plugin URI: http://www.communitymodder.com 8 * Version: 1.4. 58 * Version: 1.4.6 9 9 * ======================================================================= 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.