Changeset 2208
- Timestamp:
- 02/02/2005 10:52:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r2099 r2208 245 245 } 246 246 247 function post_custom( $key = '' ) { 248 if ( 1 == count($post_meta_cache[$id][$key]) ) return $post_meta_cache[$id][$key][0]; 249 else return $post_meta_cache[$id][$key]; 250 } 251 247 252 // this will probably change at some point... 248 253 function the_meta() {
Note: See TracChangeset
for help on using the changeset viewer.