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
This commit is contained in:
atimmer 2018-02-15 13:35:31 +00:00
parent 34c6523a0d
commit e17e29d4ea
2 changed files with 6 additions and 1 deletions

View File

@ -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() {

View File

@ -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.