Changeset 3796 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 08/09/2016 10:52:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r3753 r3796 1328 1328 } 1329 1329 1330 $post_field = get_post_field( $field, $explanation, $context ); 1331 1332 return apply_filters( 'the_content', apply_filters( 'get_the_content', $post_field ) ); 1330 return get_post_field( $field, $explanation, $context ); 1333 1331 } 1334 1332
Note: See TracChangeset
for help on using the changeset viewer.