Changeset 24226 for trunk/wp-includes/post-formats.php
- Timestamp:
- 05/09/2013 10:45:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-formats.php
r24207 r24226 25 25 26 26 if ( empty( $_format ) ) 27 return false;27 return ''; 28 28 29 29 $format = array_shift( $_format );
Note: See TracChangeset
for help on using the changeset viewer.