Skip to content

Commit

Permalink
+version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephGabito committed Mar 2, 2016
1 parent 9003f22 commit 8695d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions task-breaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Task Breaker
* Description: A WordPress plug-in that will help you break some task!
* Version: 1.0.5
* Version: 1.0.6
* Author: Dunhakdis
* Author URI: http://dunhakdis.me
* Text Domain: task_breaker
Expand Down Expand Up @@ -55,7 +55,7 @@
*/
function task_breaker_localize_plugin() {

$rel_path = basename( dirname( __FILE__ ) ) . '/languages';
$rel_path = basename( dirname( __FILE__ ) ) . '/languages';

load_plugin_textdomain( 'task_breaker', FALSE, $rel_path );

Expand Down

0 comments on commit 8695d4e

Please sign in to comment.