Changeset 35399 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 10/26/2015 03:08:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r35398 r35399 430 430 } 431 431 $classes = array_map( 'esc_attr', $class ); 432 } else { 433 // Ensure that we always coerce class to being an array. 434 $class = array(); 432 435 } 433 436
Note: See TracChangeset
for help on using the changeset viewer.