Skip to content

Commit

Permalink
fixed verbose warn
Browse files Browse the repository at this point in the history
  • Loading branch information
xxsimoxx committed Aug 30, 2019
1 parent 19cef84 commit 4091ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,8 @@
# Changelog
## [1.1.2] - 2019-08-30 v. 1.1.2
### Fixed
- Fixed a warn in certain conditions

## [1.1.1] - 2019-08-29 v. 1.1.1
### Added
- Settings in plugin page
Expand Down
6 changes: 1 addition & 5 deletions cpvars.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: CPvars
* Plugin URI: https://www.gieffeedizioni.it/classicpress
* Description: Vars in shortcodes
* Version: 1.1.1
* Version: 1.1.2
* License: GPL2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Author: Gieffe edizioni srl
Expand All @@ -13,10 +13,6 @@

if (!defined('ABSPATH')) die('-1');

ini_set('display_startup_errors', true);
error_reporting(E_ALL);
ini_set('display_errors', true);

// Load text domain
add_action( 'plugins_loaded', 'cpvars_load_textdomain' );
function cpvars_load_textdomain() {
Expand Down

0 comments on commit 4091ca5

Please sign in to comment.