Changeset 568831
- Timestamp:
- 07/08/2012 01:22:10 AM (14 years ago)
- Location:
- debug-notifer
- Files:
-
- 2 edited
-
tags/0.1.0/wcjcs-plugin-debug-notifier.php (modified) (1 diff)
-
trunk/wcjcs-plugin-debug-notifier.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debug-notifer/tags/0.1.0/wcjcs-plugin-debug-notifier.php
r565712 r568831 2 2 /* 3 3 Plugin Name: Debug Notifier 4 Plugin URI: http:// www.wcjcs.com/4 Plugin URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier 5 5 Description: Add a visual style to WordPress when debugging is enabled (ie, WP_DEBUG=true in wp-config.php). Make it easy to see when debugging is enabled and prevent forgetting to disable it later. Shows only to admins and can be disabled from front-end/back-end views independantly. Simple, lightweight, unobstrusive. For WordPress 3.4 or later. 6 6 Version: 0.1.0 7 7 Author: John Alarcon 8 Author URI: http:// www.wcjcs.com/8 Author URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
debug-notifer/trunk/wcjcs-plugin-debug-notifier.php
r565712 r568831 2 2 /* 3 3 Plugin Name: Debug Notifier 4 Plugin URI: http:// www.wcjcs.com/4 Plugin URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier 5 5 Description: Add a visual style to WordPress when debugging is enabled (ie, WP_DEBUG=true in wp-config.php). Make it easy to see when debugging is enabled and prevent forgetting to disable it later. Shows only to admins and can be disabled from front-end/back-end views independantly. Simple, lightweight, unobstrusive. For WordPress 3.4 or later. 6 6 Version: 0.1.0 7 7 Author: John Alarcon 8 Author URI: http:// www.wcjcs.com/8 Author URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 15 15 */ 16 16 17 /* Copyright 2012 John Alarcon (wcj@wcjcs.com)17 /* Copyright 2012 John Alarcon 18 18 19 19 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.