Changeset 4110
- Timestamp:
- 09/20/2016 01:47:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/class-plugin.php
r4033 r4110 33 33 */ 34 34 private function __construct() { 35 add_action( 'plugins_loaded', [ $this, 'plugins_loaded' ] );35 add_action( 'plugins_loaded', [ $this, 'plugins_loaded' ], 1 ); 36 36 37 37 $this->sites = [
Note: See TracChangeset
for help on using the changeset viewer.