Make WordPress Core


Ignore:
Timestamp:
11/14/2006 01:24:27 AM (20 years ago)
Author:
ryan
Message:

Don't use deprecated start_wp(). Props westi. fixes #3188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/comments-popup.php

    r4144 r4465  
    22/* Don't remove these lines. */
    33add_filter('comment_text', 'popuplinks');
    4 foreach ($posts as $post) { start_wp();
     4while( have_posts()) : the_post();
    55?>
    66<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    9494
    9595<?php // if you delete this the sky will fall on your head
    96 }
     96endwhile;
    9797?>
    9898
Note: See TracChangeset for help on using the changeset viewer.