translation - __() function inside html tags

admin2025-03-19  0

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 ));
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1742374377a210353.html

最新回复(0)