From 8bda27e12c3a00dfbcaa5d3cda39ecfc4cd8bb7b 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: http://core.svn.wordpress.org/trunk@23936 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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