Changeset 40983
- Timestamp:
- 07/01/2017 02:22:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r40977 r40983 1566 1566 if ( isset( $post_type_obj->description ) ) { 1567 1567 $description = $post_type_obj->description; 1568 } else { 1569 $description = ''; 1568 1570 } 1569 1571 } else {
Note: See TracChangeset
for help on using the changeset viewer.