我的代码中有这两行:
$wp_admin_bar->add_menu( array(
'id' => 'plugin_update_notifier',
'title' => '<span>' . HEUREKA_FEED_PRO_NOTIFIER_PLUGIN_NAME
. ' <span id="ab-updates"> '
. _e('Vynovenie', 'podujatie_heureka') . '</span></span>',
'href' => get_admin_url() . 'index.php?page=heureka_feed_pro-plugin-update-notifier' ) );
和
add_dashboard_page(
HEUREKA_FEED_PRO_NOTIFIER_PLUGIN_NAME . ' Plugin Updates',
$menu_name . ' <span class="update-plugins count-1"><span class="update-count"> ' . _e("Vynovenie", 'podujatie_heureka') . ' </span></span>',
'administrator',
'heureka_feed_pro-plugin-update-notifier',
'heureka_feed_pro_update_notifier');
什么是最好的翻译方式_e(
?它不工作。