Skip to content

Commit

Permalink
Fixing the missing placeholder image settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Jul 12, 2018
1 parent bbc4c86 commit 061e9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 1.1.3
* Dev - Changed the "Banner" field nonce on the taxonomy term edit pages.
* Fix - Fixed the edit term "thumbnail" preview.
* Fix - Fixed the missing placeholder image settings.

### 1.1.2
* Dev - Added in a template tag which returns if the current item is disabled - lsx_is_banner_disabled()
Expand Down
2 changes: 1 addition & 1 deletion classes/class-lsx-banners.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function __construct() {

if ( ! class_exists( 'LSX_Placeholders' ) ) {
require_once( LSX_BANNERS_PATH . 'classes/class-lsx-placeholders.php' );
add_action( 'wp', array( $this, 'init_placeholders' ), 100 );
add_action( 'init', array( $this, 'init_placeholders' ), 100 );
}

require_once( LSX_BANNERS_PATH . 'classes/class-lsx-banners-admin.php' );
Expand Down

0 comments on commit 061e9ca

Please sign in to comment.