Changeset 43840 for branches/5.0/src/wp-includes/blocks/latest-posts.php
- Timestamp:
- 10/29/2018 07:40:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/blocks/latest-posts.php
r43752 r43840 63 63 } 64 64 65 if ( isset( $attributes['displayPostDate'] ) && $attributes['displayPostDate'] ) { 66 $class .= ' has-dates'; 67 } 68 65 69 if ( isset( $attributes['className'] ) ) { 66 70 $class .= ' ' . $attributes['className'];
Note: See TracChangeset
for help on using the changeset viewer.