Changeset 670522
- Timestamp:
- 02/19/2013 09:32:46 PM (13 years ago)
- Location:
- bracketpress-login-and-registration-widget/trunk
- Files:
-
- 2 edited
-
bracketpress-login.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bracketpress-login-and-registration-widget/trunk/bracketpress-login.php
r670118 r670522 4 4 Plugin URI: http://www.bracketpress.com/ 5 5 Description: Login and Register for BracketPress 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Nick Temple 8 8 Author URI: http://www.bracketpress.com/ … … 11 11 */ 12 12 13 //if (@constant('BRACKETPRESS_DEBUG')) {13 if (@constant('BRACKETPRESS_DEBUG')) { 14 14 error_reporting(E_ALL &~ E_NOTICE &~ E_STRICT); 15 15 ini_set("display_errors", 1); … … 17 17 define('WP_DEBUG', true); 18 18 } 19 //}19 } 20 20 21 21 -
bracketpress-login-and-registration-widget/trunk/readme.txt
r670118 r670522 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 = 1.0.1 = 40 41 * Turned off debugging so that errors from other plugins won't show up. 39 42 40 43 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.