Plugin Directory

Changeset 2073734


Ignore:
Timestamp:
04/24/2019 06:36:08 AM (7 years ago)
Author:
wordpresshandbuch
Message:

Removed unnecessary loading priority for text domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wh-eyecatcher/trunk/wh-eyecatcher.php

    r2073725 r2073734  
    2626    static $instance = false;
    2727    private function __construct() {
    28         add_action( 'init',                     array( $this, 'load_textdomain' ), 1 );
     28        add_action( 'init',                     array( $this, 'load_textdomain' ) );
    2929        add_action( 'admin_enqueue_scripts',    array( $this, 'admin_scripts' ) );
    3030        add_action( 'admin_init',               array( $this, 'page_init' ) );
Note: See TracChangeset for help on using the changeset viewer.