Opened 21 years ago
Closed 21 years ago
#1147 closed defect (bug) (fixed)
calls to plugin hooks are inconsistent
| Reported by: | anonymousbugger | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | 1.5 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
Description
Although the wp_head hook can be called with <?php wp_head(); ?>, the equivalent <?php wp_footer ();?> does not exist. A consistent method of inserting plugin hooks (EITHER with template functions OR with 'do_action') should be established, since mixing the two methods is unnecessarily confusing.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added wp_footer() function to functions.php, updated Default and Classic themes to use new function. Patch attached.