Changeset 3558 for trunk/wp-includes/template-functions-post.php
- Timestamp:
- 02/20/2006 05:13:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r3517 r3558 259 259 echo "<ul class='post-meta'>\n"; 260 260 foreach ( $keys as $key ) { 261 $keyt = trim($key); 262 if ( '_' == $keyt{0} ) 263 continue; 261 264 $values = array_map('trim', get_post_custom_values($key)); 262 265 $value = implode($values,', ');
Note: See TracChangeset
for help on using the changeset viewer.