Fx text domain slug for wp.org translation compatibility

This commit is contained in:
Champ Camba
2017-06-06 22:37:55 +08:00
parent dfdf9901be
commit 18dd37fe70
100 changed files with 1792 additions and 1792 deletions
+2 -2
View File
@@ -64,12 +64,12 @@ class UM_User_posts {
function add_tab( $tabs ){
$tabs['posts'] = array(
'name' => __('Posts','ultimatemember'),
'name' => __('Posts','ultimate-member'),
'icon' => 'um-faicon-pencil',
);
$tabs['comments'] = array(
'name' => __('Comments','ultimatemember'),
'name' => __('Comments','ultimate-member'),
'icon' => 'um-faicon-comment',
);