Make WordPress Core


Ignore:
Timestamp:
04/26/2004 02:34:07 AM (21 years ago)
Author:
rboren
Message:

Geo enhancements. Allow get_Lat and get_Lon to be called outside of the post loop. Add doGeoUrlHeader as an action on wp_head.

File:
1 edited

Legend:

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

    r1148 r1179  
    183183add_filter('the_content', 'wptexturize');
    184184add_filter('the_excerpt', 'wptexturize');
    185 
     185add_action('wp_head', 'doGeoUrlHeader');
    186186?>
Note: See TracChangeset for help on using the changeset viewer.