Changeset 23836 for trunk/wp-includes/post-formats.php
- Timestamp:
- 03/28/2013 05:59:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-formats.php
r23822 r23836 688 688 * @return string 689 689 */ 690 function get_the_ extra_content( $more_link_text = null, $strip_teaser = false ) {690 function get_the_remaining_content( $more_link_text = null, $strip_teaser = false ) { 691 691 global $more, $page, $format_pages, $multipage, $preview; 692 692 … … 753 753 * @param bool $strip_teaser Optional. Strip teaser content before the more text. Default is false. 754 754 */ 755 function the_ extra_content( $more_link_text = null, $strip_teaser = false ) {756 $extra = get_the_ extra_content( $more_link_text, $strip_teaser );755 function the_remaining_content( $more_link_text = null, $strip_teaser = false ) { 756 $extra = get_the_remaining_content( $more_link_text, $strip_teaser ); 757 757 758 758 remove_filter( 'the_content', 'post_formats_compat', 7 );
Note: See TracChangeset
for help on using the changeset viewer.