Make WordPress Core

source: trunk/tests/data/themedir1/theme1/index.php @ 25002

Last change on this file since 25002 was 25002, checked in by nacin, 12 years ago

Initial import of unit-tests repository into develop.svn.wordpress.org.

Imported from https://unit-tests.svn.wordpress.org/trunk@1337

see #24976.

File size: 74 bytes
Line 
1<?php
2
3// dummy theme
4
5echo dirname(__FILE__).'/'.basename(__FILE__);
6
7?>
Note: See TracBrowser for help on using the repository browser.