Opened 18 years ago
Closed 18 years ago
#3437 closed defect (bug) (fixed)
Template Name: a extra space is required at the end of the name
Reported by: | devil1591 | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 2.1 | Priority: | high |
Severity: | blocker | Version: | 2.1 |
Component: | Template | Keywords: | template name |
Focuses: | Cc: |
Description
When you create a template name, you put the Template Name: tag, you have to put an extra space at the end of the template name in order to make it work when creating a new page with template.
the regexp is made to work that way
admin-function.php line 1295 "|Template Name:(.* )|i"
but I think this is a bug.
Example:
"Template Name: Archive template"<= doesn't work
"Template Name: Archive template "<= work
Change History (4)
#2
@
18 years ago
- Component changed from Administration to Template
- Priority changed from normal to high
Note: See
TracTickets for help on using
tickets.
I confirm this bug. Thanks for the workaround, will try it! :)