Plugin Directory

Changeset 670522


Ignore:
Timestamp:
02/19/2013 09:32:46 PM (13 years ago)
Author:
ntemple
Message:

Turned off debugging

Location:
bracketpress-login-and-registration-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bracketpress-login-and-registration-widget/trunk/bracketpress-login.php

    r670118 r670522  
    44Plugin URI: http://www.bracketpress.com/
    55Description: Login and Register for BracketPress
    6 Version: 1.0.0
     6Version: 1.0.1
    77Author: Nick Temple
    88Author URI: http://www.bracketpress.com/
     
    1111*/
    1212
    13 // if (@constant('BRACKETPRESS_DEBUG')) {
     13if (@constant('BRACKETPRESS_DEBUG')) {
    1414    error_reporting(E_ALL &~ E_NOTICE &~ E_STRICT);
    1515    ini_set("display_errors", 1);
     
    1717        define('WP_DEBUG', true);
    1818    }
    19 // }
     19}
    2020
    2121
  • bracketpress-login-and-registration-widget/trunk/readme.txt

    r670118 r670522  
    55Requires at least: 3.5
    66Tested up to: 3.5.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Changelog ==
     39= 1.0.1 =
     40
     41* Turned off debugging so that errors from other plugins won't show up.
    3942
    4043= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.