Compare commits

..

2 Commits

Author SHA1 Message Date
Nonimart
e80b9be33d Refactor Removing unused hello world
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-06 13:17:06 +02:00
Nonimart
4052cd9ac8 FEATURE Embedding a special string to force wpml detection 2025-08-06 13:16:41 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<?php
// force translation detection on blog 2
__('Artisans du patrimoine', 'metiers-du-patrimoine');

View File

@ -1,2 +1 @@
<?php <?php
echo "Hello World";