Changeset 16202 for trunk/wp-includes/post.php
- Timestamp:
- 11/05/2010 09:40:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r16198 r16202 481 481 * @return mixed The format if successful. False if no format is set. WP_Error if errors. 482 482 */ 483 function get_post_format( $post ) {483 function get_post_format( $post = null ) { 484 484 $post = get_post($post); 485 485
Note: See TracChangeset
for help on using the changeset viewer.