Changeset 2420
- Timestamp:
- 03/08/2005 04:28:57 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r2402 r2420 235 235 236 236 function post_custom( $key = '' ) { 237 global $id, $post_meta_cache; 238 237 239 if ( 1 == count($post_meta_cache[$id][$key]) ) return $post_meta_cache[$id][$key][0]; 238 240 else return $post_meta_cache[$id][$key];
Note: See TracChangeset
for help on using the changeset viewer.