Full @since's for 3.1.0.

git-svn-id: https://develop.svn.wordpress.org/trunk@15842 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-19 07:38:42 +00:00
parent 44bf886cb9
commit fc71934f11
5 changed files with 13 additions and 18 deletions

View File

@@ -494,8 +494,7 @@ function get_post_format( $post ) {
/**
* Check if a post has a particular format
*
* @since 3.1
*
* @since 3.1.0
* @uses has_term()
*
* @param string $format The format to check for
@@ -4803,7 +4802,7 @@ function _show_post_preview() {
/**
* Returns the post's parent's post_ID
*
* @since 3.1
* @since 3.1.0
*
* @param int $post_id
*
@@ -4822,7 +4821,7 @@ function wp_get_post_parent_id( $post_ID ) {
*
* Attached to the wp_insert_post_parent filter.
*
* @since 3.1
* @since 3.1.0
* @uses wp_find_hierarchy_loop()
*
* @param int $post_parent ID of the parent for the post we're checking.