Docs: Improve JSDoc for for wp-admin/js/xfn.js
.
Props kapteinbluf, igorsch. Fixes #43204. git-svn-id: https://develop.svn.wordpress.org/trunk@42715 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dcc39fc4e7
commit
666507cb3f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user