Changeset 956 for trunk/wp-locations.php
- Timestamp:
- 03/01/2004 06:13:32 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-locations.php
r628 r956 16 16 <longitude><?php print_Lon() ?></longitude> 17 17 <?php 18 if ( $rss_use_excerpt) {18 if (get_settings('rss_use_excerpt')) { 19 19 ?> 20 <note><?php the_content_rss('', 0, '', $rss_excerpt_length, $rss_encoded_html) ?>20 <note><?php the_content_rss('', 0, '', get_settings('rss_excerpt_length'), get_settings('rss_encoded_html')) ?> 21 21 </note> 22 22 <?php 23 23 } else { // use content 24 24 ?> 25 <note><?php the_excerpt_rss('', 0, '', $rss_excerpt_length, $rss_encoded_html) ?></note>25 <note><?php the_excerpt_rss('', 0, '', get_settings('rss_excerpt_length'), get_settings('rss_encoded_html')) ?></note> 26 26 <?php 27 27 } // end else use content
Note: See TracChangeset
for help on using the changeset viewer.