Skip to content

Commit

Permalink
* Type in language folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikolopoulos committed Jun 2, 2016
1 parent c0631a6 commit 6eb1769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function add_roles_on_plugin_activation() {
register_activation_hook( __FILE__, 'add_roles_on_plugin_activation' );

function vbs_load_plugin_textdomain() {
load_plugin_textdomain( 'vbs', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
load_plugin_textdomain( 'vbs', FALSE, basename( dirname( __FILE__ ) ) . '/language/' );
}
add_action( 'plugins_loaded', 'vbs_load_plugin_textdomain' );

Expand Down

0 comments on commit 6eb1769

Please sign in to comment.