So que stou tentando fazer isso em Arrays multimensional e não não estou conseguindo de forma alguma:
<?php
class fdx_tests extends fdx_class {
static $security_tests = array(
'ver_check' => array('title' => 'Check if WordPress core is up to date',
'msg_ok' => '<span class="sn-success">You are using the latest version of WordPress.</span>',
'msg_bad' => '<span class="sn-error">You are not using the latest version of WordPress.</span>'
),
),
.
.
.....
Onde esta por exemplo o texto "Check if WordPress core is up to date" substituir esse texto por "Translatable strings"
Question
fabrix
Estou tentando adicionar suporte a multi-idiomas em um plugin wordpres com "Translatable strings" http://codex.wordpress.org/I18n_for_WordPress_Developers
Isto é feito colocando todo o texto visivel em:
ou So que stou tentando fazer isso em Arrays multimensional e não não estou conseguindo de forma alguma:Onde esta por exemplo o texto "Check if WordPress core is up to date" substituir esse texto por "Translatable strings"
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.