Changeset 1811
- Timestamp:
- 11/21/2008 12:36:00 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.bb-meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-meta.php
r1803 r1811 529 529 530 530 function bb_get_postmeta( $post_id, $meta_key ) { 531 if ( !$post = get_post( $post_id ) )531 if ( !$post = bb_get_post( $post_id ) ) 532 532 return; 533 533
Note: See TracChangeset
for help on using the changeset viewer.