Changeset 29469 for trunk/src/wp-includes/feed.php
- Timestamp:
- 08/12/2014 01:08:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r28921 r29469 185 185 $feed_type = get_default_feed(); 186 186 187 /** This filter is documented in wp- admin/post-template.php */187 /** This filter is documented in wp-includes/post-template.php */ 188 188 $content = apply_filters( 'the_content', get_the_content() ); 189 189 $content = str_replace(']]>', ']]>', $content);
Note: See TracChangeset
for help on using the changeset viewer.