diff --git a/wppost/wppost.php b/wppost/wppost.php index 6db0d944..5c1482e7 100755 --- a/wppost/wppost.php +++ b/wppost/wppost.php @@ -38,7 +38,7 @@ function wppost_jot_nets(&$a,&$b) { if(intval($wp_post) == 1) { $wp_defpost = get_pconfig(local_user(),'wppost','post_by_default'); $selected = ((intval($wp_defpost) == 1) ? ' checked="checked" ' : ''); - $b .= '
' + $b .= '
' . t('Post to Wordpress') . '
'; } }