Changeset 44177 for trunk/src/wp-includes/blocks/latest-posts.php
- Timestamp:
- 12/14/2018 10:53:17 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/blocks/latest-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43840
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/blocks/latest-posts.php
r43752 r44177 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.