Axing of geo stuff, major cleanups on permalink options, style tweaks.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-09-15 15:09:39 +00:00
parent e7e5b63493
commit e8f22c65a2
12 changed files with 108 additions and 498 deletions

View File

@@ -190,5 +190,4 @@ add_filter('single_post_title', 'wptexturize');
add_filter('the_title', 'wptexturize');
add_filter('the_content', 'wptexturize');
add_filter('the_excerpt', 'wptexturize');
add_action('wp_head', 'doGeoUrlHeader');
?>