Changeset 4465 for trunk/wp-content/themes/classic/comments-popup.php
- Timestamp:
- 11/14/2006 01:24:27 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments-popup.php
r4144 r4465 2 2 /* Don't remove these lines. */ 3 3 add_filter('comment_text', 'popuplinks'); 4 foreach ($posts as $post) { start_wp();4 while( have_posts()) : the_post(); 5 5 ?> 6 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 94 94 95 95 <?php // if you delete this the sky will fall on your head 96 } 96 endwhile; 97 97 ?> 98 98
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)