Changeset 31829 for trunk/src/wp-includes/post-formats.php
- Timestamp:
- 03/19/2015 03:55:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-formats.php
r31168 r31829 27 27 return false; 28 28 29 $format = array_shift( $_format );29 $format = reset( $_format ); 30 30 31 31 return str_replace('post-format-', '', $format->slug );
Note: See TracChangeset
for help on using the changeset viewer.