Make WordPress Core


Ignore:
Timestamp:
03/29/2005 03:11:36 PM (21 years ago)
Author:
ryan
Message:

Add wp_footer() to maintain fearful symmetry with our head. http://mosquito.wordpress.org/view.php?id=1147 Props: ringmaster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r2485 r2492  
    12471247}
    12481248
     1249function wp_footer() {
     1250    do_action('wp_footer');
     1251}
     1252
    12491253function is_single ($post = '') {
    12501254    global $wp_query;
Note: See TracChangeset for help on using the changeset viewer.