From e17e29d4eaf4cb3c9c19bec1aa2722dbd0e6a211 Mon Sep 17 00:00:00 2001 From: atimmer Date: Thu, 15 Feb 2018 13:35:31 +0000 Subject: [PATCH] Docs: Improve JSDoc for for `wp-admin/js/xfn.js`. Props kapteinbluf, igorsch. Fixes #43204. Built from https://develop.svn.wordpress.org/trunk@42715 git-svn-id: http://core.svn.wordpress.org/trunk@42543 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/xfn.js | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/js/xfn.js b/wp-admin/js/xfn.js index de8401b663..d290ac3262 100644 --- a/wp-admin/js/xfn.js +++ b/wp-admin/js/xfn.js @@ -1,3 +1,8 @@ +/** + * Generates the XHTML Friends Network 'rel' string from the inputs. + * + * @deprecated 3.5.0 + */ jQuery( document ).ready(function( $ ) { $( '#link_rel' ).prop( 'readonly', true ); $( '#linkxfndiv input' ).bind( 'click keyup', function() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1dc9a8c880..b9362fb329 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42714'; +$wp_version = '5.0-alpha-42715'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.