348 | | /* translators: 1: templates/index.html, 2: index.php, 3: Documentation URL, 4: style.css */ |
349 | | __( 'Template is missing. Standalone themes need to have a %1$s or %2$s template file. <a href="%3$s">Child themes</a> need to have a Template header in the %4$s stylesheet.' ), |
| 348 | /* translators: 1: Template word 2: templates/index.html, 3: index.php, 4: Documentation URL, 5: style.css */ |
| 349 | __( '%1$s is missing. Standalone themes need to have a %2$s or %3$s template file. <a href="%4$s">Child themes</a> need to have a Template header in the %5$s stylesheet.' ), |
| 350 | 'Template', |