From 345db2c5f2dd94648050008c695770a896f4d2ef Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Tue, 20 Oct 2009 17:02:22 +0000 Subject: [PATCH] Update version info in phpDoc for _admin_notice_post_locked() see #10729. git-svn-id: https://develop.svn.wordpress.org/trunk@12069 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 5245ad8a6c..92867e7dbc 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1100,7 +1100,7 @@ function wp_set_post_lock( $post_id ) { /** * Outputs the notice message to say that someone else is editing this post at the moment. * - * @since 2.9.0 + * @since 2.8.5 * @return none */ function _admin_notice_post_locked() {