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.