/** * jQuery part of Costum User Registration Field * * @author Ralf Albert * @version 0.1 */ jQuery( document ).ready( function($){ var insertElements = '' + ' ' + '
' + wp_curf_l10n.description + '' + ''; $( '#createuser .form-table tbody' ).append( insertElements ); } );