1801ed459c
Imported from https://unit-tests.svn.wordpress.org/trunk@1337 see #24976. git-svn-id: https://develop.svn.wordpress.org/trunk@25002 602fd350-edb4-49c9-b593-d223f7449a82
8 lines
74 B
PHP
8 lines
74 B
PHP
<?php
|
|
|
|
// dummy theme
|
|
|
|
echo dirname(__FILE__).'/'.basename(__FILE__);
|
|
|
|
?>
|