Ticket #46901: 46901.remove-tags-from-translatable-strings.diff
File 46901.remove-tags-from-translatable-strings.diff, 715 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/about.php
121 121 <?php 122 122 printf( 123 123 /* translators: 1: wp_body_open 2: <body> */ 124 __( '5.2 introduces a <code>%1$s</code> hook, which lets themes support injecting code right at the beginning of the <code>%2$s</code>element.' ),125 ' wp_body_open',126 ' <body>'124 __( '5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.' ), 125 '<code>wp_body_open</code>', 126 '<code><body></code>' 127 127 ); 128 128 ?> 129 129 </p>