Go to the template manager and select one of the templates
On the toolbar select new file and create a new file eg brian.php
Now select the newly created file and on the toolbar select rename file and try to give it a new name eg simon.php
File is renamed to simon.php
Invalid file name. Please choose a file name containing a-z, A-Z, 0-9, - and _.
Tested on 3.6.2 and current staging
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-24 16:15:22 |
Closed_By | ⇒ | brianteeman |
Good spot - closing
This is because you need to type in the file name only, not the extension too (
.php
in this case). If you simply type in "simon
", it will work.I'll submit a PR for this