Make WordPress Core

Changeset 628 for trunk/wp.php


Ignore:
Timestamp:
12/18/2003 09:36:13 AM (21 years ago)
Author:
saxmatt
Message:

Renaming Reloaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp.php

    r618 r628  
    99  <!-- Change charset if needed(?)  But please do not remove this metatag -->
    1010  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    11   <meta name="generator" content="WordPress <?php $b2_version ?>" /> <!-- leave this for stats -->
     11  <meta name="generator" content="WordPress <?php $wp_version ?>" /> <!-- leave this for stats -->
    1212  <meta http-equiv="reply-to" content="you@somewhere.zzz" />
    1313  <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
     
    1919
    2020<!-- // loop start -->
    21 <?php foreach ($posts as $post) { start_b2(); ?>
     21<?php foreach ($posts as $post) { start_wp(); ?>
    2222<?php the_date("d.m.y","<h2>","</h2>"); ?>
    2323<h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
Note: See TracChangeset for help on using the changeset viewer.