( function( $ ) { 'use strict'; function modifyAdmin() { $( '.theme-browser .theme.active .theme-screenshot' ).after( '

Upgrade available. Upgrade now

' ); $( '.theme-browser .theme.active' ).click(function() { setTimeout( function() { $( '.theme-overlay.active .theme-author' ).after( '

Upgrade Available

Upgrade to the premium version for additional theme options, colors, page templates, demo content, and customer support. View details or upgrade now.

' ); }, 200); }); } $( document ) .ready( modifyAdmin ); })( jQuery );