- Timestamp:
- 04/20/2022 02:22:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/template-functions.php
r51607 r53236 36 36 * Adds custom class to the array of posts classes. 37 37 */ 38 function twentynineteen_post_classes( $classes, $c lass, $post_id ) {38 function twentynineteen_post_classes( $classes, $css_class, $post_id ) { 39 39 $classes[] = 'entry'; 40 40
Note: See TracChangeset
for help on using the changeset viewer.