/** * WordPress Widget include jQuery. */ jQuery( document ).ready( function( $ ) { 'use strict'; // For appearance > widgets only /* $( '.widget-title > h3' ).each( function() { if( $(this).text().indexOf("Fixit:") >= 0 ){ $( this ).prepend( '' ); } }); */ });