admin管理员组

文章数量:1334654

sprintf(<span style="display:block;margin:4px 0 0;line-height:1.25em;font-size:95%%"> Image credit: %$s</span>
esc_html( $credit ));

I would like to add __() function to translate Image Credit text.

sprintf(<span style="display:block;margin:4px 0 0;line-height:1.25em;font-size:95%%"> __('Image credit:','myTheme'); %$s</span>
esc_html( $credit ));

本文标签: translation() function inside html tags