Changeset 1104 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 01/08/2015 06:13:42 PM (10 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
r1092 r1104 1050 1050 1051 1051 /** 1052 * Gets the longdescription.1053 * 1054 * The long description is stored in the 'wporg_parsed_content' metafield.1052 * Gets the description. 1053 * 1054 * The (long) description is stored in the 'post_content' get_post_field. 1055 1055 * 1056 1056 * @param null|WP_Post Optiona. The post. 1057 1057 * @return string 1058 1058 */ 1059 function get_ long_description( $post = null ) {1059 function get_description( $post = null ) { 1060 1060 $post = get_post( $post ); 1061 1061
Note: See TracChangeset
for help on using the changeset viewer.