Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Load translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dac514 committed Apr 16, 2019
1 parent 1fa0750 commit c4897f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static public function init() {
* @param Admin $obj
*/
static public function hooks( Admin $obj ) {
load_plugin_textdomain( 'pressbooks-lti-provider', false, 'pressbooks-lti-provider/languages/' );

add_action( 'network_admin_menu', [ $obj, 'addConsumersMenu' ], 1000 );
add_action( 'network_admin_menu', [ $obj, 'addSettingsMenu' ], 1000 );
Expand Down

0 comments on commit c4897f5

Please sign in to comment.