#4744 closed enhancement (fixed)
Use get_template_directory over TEMPLATEPATH
Reported by: | fanquake | Owned by: | fanquake |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | minor | Version: | 1.7 |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
Use get_template_directory over TEMPLATEPATH
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [6726]) Switch TEMPLATEPATH constant to get_template_directory() function.
Fixes #4744. Props fanquake.