Plugin Directory

Changeset 568831


Ignore:
Timestamp:
07/08/2012 01:22:10 AM (14 years ago)
Author:
wcjcs
Message:

Updated Plugin and Author URLs to use use a dynamically-redirectable URL; to prevent having to edit multiple files/URLs should these locations change.

Location:
debug-notifer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debug-notifer/tags/0.1.0/wcjcs-plugin-debug-notifier.php

    r565712 r568831  
    22/*
    33Plugin Name: Debug Notifier
    4 Plugin URI: http://www.wcjcs.com/
     4Plugin URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier
    55Description: 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.
    66Version: 0.1.0
    77Author: John Alarcon
    8 Author URI: http://www.wcjcs.com/
     8Author URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • debug-notifer/trunk/wcjcs-plugin-debug-notifier.php

    r565712 r568831  
    22/*
    33Plugin Name: Debug Notifier
    4 Plugin URI: http://www.wcjcs.com/
     4Plugin URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier
    55Description: 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.
    66Version: 0.1.0
    77Author: John Alarcon
    8 Author URI: http://www.wcjcs.com/
     8Author URI: http://static.wcjcs.com/docs/wordpress/plugins/?plugin=debug-notifier
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1515*/
    1616
    17 /*  Copyright 2012 John Alarcon (wcj@wcjcs.com)
     17/*  Copyright 2012 John Alarcon
    1818
    1919    This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.