Changeset 3163431
- Timestamp:
- 10/06/2024 09:04:48 AM (17 months ago)
- Location:
- fix-forum-breadcrumbs/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
fix-forum-breadcrumbs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fix-forum-breadcrumbs/trunk/README.txt
r2804814 r3163431 3 3 Tags: bbpress, breadcrumbs, forum breadcrumbs 4 4 Requires at least: 3.9 5 Tested up to: 6. 15 Tested up to: 6.7 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later -
fix-forum-breadcrumbs/trunk/fix-forum-breadcrumbs.php
r2353839 r3163431 38 38 39 39 // Prepare for i18n translations 40 add_action( ' plugins_loaded', array( $this, 'load_my_textdomain' ) );40 add_action( 'init', array( $this, 'load_my_textdomain' ) ); 41 41 } // END public function __construct 42 42
Note: See TracChangeset
for help on using the changeset viewer.