Changeset 724
- Timestamp:
- 01/05/2004 07:36:49 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rdf.php
r634 r724 5 5 require('wp-blog-header.php'); 6 6 7 /* This doesn't take into account edits 7 8 // Get the time of the most recent article 8 9 $maxdate = $wpdb->get_var("SELECT max(post_date) FROM $tableposts"); … … 16 17 header("Last-Modified: " . $clast, true); 17 18 header("Etag: " . $cetag, true); 19 */ 18 20 19 21 add_filter('the_content', 'trim'); -
trunk/wp-rss.php
r628 r724 6 6 require('wp-blog-header.php'); 7 7 8 /* This doesn't take into account edits 8 9 // Get the time of the most recent article 9 10 $maxdate = $wpdb->get_var("SELECT max(post_date) FROM $tableposts"); … … 17 18 header("Last-Modified: " . $clast, true); 18 19 header("Etag: " . $cetag, true); 20 */ 19 21 20 22 if (!isset($rss_language)) { $rss_language = 'en'; }
Note: See TracChangeset
for help on using the changeset viewer.