diff --git a/meta-box-class/my-meta-box-class.php b/meta-box-class/my-meta-box-class.php index 23f0bd3..0d0379a 100644 --- a/meta-box-class/my-meta-box-class.php +++ b/meta-box-class/my-meta-box-class.php @@ -413,23 +413,17 @@ public function show_field_repeater( $field, $meta ) { } echo ''; if ($field['sortable']) - echo 'sort'; + echo ''; echo' - Edit - '.__('Remove','mmb').' + + '; $c = $c + 1; } } - echo ''.__('Add','mmb').'
'; + echo '
'; //create all fields once more for js function and catch with object buffer ob_start(); @@ -456,7 +450,7 @@ public function show_field_repeater( $field, $meta ) { if ($field['inline']){ echo ''; } - echo ''.__('Remove','mmb').''; + echo '
'; $counter = 'countadd_'.$field['id']; $js_code = ob_get_clean (); $js_code = str_replace("\n","",$js_code); @@ -1873,4 +1867,4 @@ public function load_textdomain(){ load_textdomain( 'mmb', dirname(__FILE__) . '/lang/' . get_locale() .'.mo' ); } } // End Class -endif; // End Check Class Exists \ No newline at end of file +endif; // End Check Class Exists