Changeset 6026 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 09/03/07 23:32:58 (1 year ago)
- Files:
-
- trunk/wp-includes/feed-atom-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/feed-atom-comments.php
r5752 r6026 8 8 <?php do_action('atom_ns'); ?> 9 9 > 10 <title type="text"><?php 10 <title type="text"><?php 11 11 if ( is_singular() ) 12 12 printf(__('Comments on: %s'), get_the_title_rss());
