Changeset 2073734
- Timestamp:
- 04/24/2019 06:36:08 AM (7 years ago)
- File:
-
- 1 edited
-
wh-eyecatcher/trunk/wh-eyecatcher.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wh-eyecatcher/trunk/wh-eyecatcher.php
r2073725 r2073734 26 26 static $instance = false; 27 27 private function __construct() { 28 add_action( 'init', array( $this, 'load_textdomain' ) , 1);28 add_action( 'init', array( $this, 'load_textdomain' ) ); 29 29 add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ) ); 30 30 add_action( 'admin_init', array( $this, 'page_init' ) );
Note: See TracChangeset
for help on using the changeset viewer.