Changeset 629 for trunk/index.php
- Timestamp:
- 12/18/2003 09:45:34 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r628 r629 8 8 9 9 <head> 10 <title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' ::') ?></title>10 <title><?php bloginfo('name') ?><?php single_post_title(' » ') ?><?php single_cat_title(' » ') ?><?php single_month_title(' » ') ?></title> 11 11 12 12 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 13 <meta name="generator" content="WordPress .72" /> <!-- leave this for stats -->13 <meta name="generator" content="WordPress <?php echo $wp_version; ?>" /> <!-- leave this for stats --> 14 14 15 15 <style type="text/css" media="screen"> … … 19 19 <link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" /> 20 20 <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> 21 <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" /> 21 <link rel="alternate" type="text/xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> 22 <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> 23 22 24 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 23 25 <?php get_archives('monthly', '', 'link'); ?> … … 99 101 <li>Meta: 100 102 <ul> 101 <li><a href="<?php bloginfo('rss_url'); ?>">RSS .92</a></li> 102 <li><a href="<?php bloginfo('rdf_url'); ?>">RDF 1.0</a></li> 103 <li><a href="<?php bloginfo('rss2_url'); ?>">RSS 2.0</a></li> 104 <li><a href="<?php bloginfo('comments_rss2_url'); ?>">Comments RSS 2.0</a></li> 103 <li><a href="<?php bloginfo('rss2_url'); ?>" title="Syndicate this site using RSS"><abbr title="Really Simple Syndication">RSS</abbr> 2.0</a></li> 104 <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr> 2.0</a></li> 105 105 <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li> 106 <li><a href="http://wordpress.org" title="Powered by WordPress, personal publishing platform">WP</a></li>106 <li><a href="http://wordpress.org" title="Powered by WordPress, state-of-the-art semantic personal publishing platform">WP</a></li> 107 107 </ul> 108 108 </li> … … 114 114 </div> 115 115 116 <p class="credit"><?php echo $wpdb->querycount; ?> queries. <?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org" ><strong>WordPress</strong></a></cite></p>116 <p class="credit"><?php echo $wpdb->querycount; ?> queries. <?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a></cite></p> 117 117 </body> 118 118 </html>
Note: See TracChangeset
for help on using the changeset viewer.