From 131e90a91a862446d690d80558cb9fded2064203 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 9 Apr 2013 13:05:21 +0000 Subject: [PATCH] _wp_preview_terms_filter() should be @since 3.6.0. Standardize on 3.6.0 instead of 3.6. See #20564 git-svn-id: https://develop.svn.wordpress.org/trunk@23936 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/revision.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/revision.php b/wp-includes/revision.php index 788b0aafa7..b0459b9870 100644 --- a/wp-includes/revision.php +++ b/wp-includes/revision.php @@ -533,7 +533,7 @@ function _show_post_preview() { * Filters post meta retrieval to get values from the actual autosave post, * and not its parent. Filters revisioned meta keys only. * - * @since 3.6 + * @since 3.6.0 * @access private */ function _wp_preview_meta_filter( $value, $object_id, $meta_key, $single ) { @@ -552,7 +552,7 @@ function _wp_preview_meta_filter( $value, $object_id, $meta_key, $single ) { /** * Filters terms lookup to get the post format saved with the preview revision. * - * @since 2.6 + * @since 3.6.0 * @access private */ function _wp_preview_terms_filter( $terms, $post_id, $taxonomy ) { @@ -675,7 +675,7 @@ function _wp_upgrade_revisions_of_post( $post, $revisions ) { * Displays a human readable HTML representation of the difference between two strings. * similar to wp_text_diff, but tracks and returns could of lines added and removed * - * @since 3.6 + * @since 3.6.0 * @see wp_parse_args() Used to change defaults to user defined settings. * @uses Text_Diff * @uses WP_Text_Diff_Renderer_Table