| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * Template Name: Code Tester Page Template |
|---|
| 4 | * |
|---|
| 5 | * This program is free software; you can redistribute it and/or modify it under the terms of the GNU |
|---|
| 6 | * General Public License version 2, as published by the Free Software Foundation. You may NOT assume |
|---|
| 7 | * that you can use any other version of the GPL. |
|---|
| 8 | * |
|---|
| 9 | * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without |
|---|
| 10 | * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 11 | * |
|---|
| 12 | */ |
|---|
| 13 | |
|---|
| 14 | // Do Something |
|---|