Make WordPress Core

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)

wp_footer.patch (1.2 KB ) - added by anonymousbugger 21 years ago.

Download all attachments as: .zip

Change History (5)

#1 @anonymousbugger
21 years ago

  • PatchNo

#2 @ringmaster
21 years ago

Added wp_footer() function to functions.php, updated Default and Classic themes to use new function. Patch attached.

#3 @ringmaster
21 years ago

  • Patch NoYes

#4 @ryan
21 years ago

  • fixed_in_version1.5.1
  • Owner changed from anonymous to rboren
  • Resolution 1020
  • Status newclosed
Note: See TracTickets for help on using tickets.