Project

General

Profile

Bug #34058

Updated by Maria Agaphontzev over 2 years ago

 
 <pre><code class="javascript"> 
 const test1 = __( 
 'test' 
 ); 
 const test2 = __('test'); 
 </code></pre> 

 test1 won't be extracted test2 would be. 
 Only in JS. be

Back