Hello.
I went into the Thickbox files through wp-includes/js/thickbox/ and manually edited the thickbox files to my liking.
Unfortunately, the modifications won't show because WordPress automatically has Thickbox set to this:
/wp-includes/js/thickbox/thickbox.js?ver=3.1-20090123
/wp-includes/js/thickbox/thickbox.css?ver=20081210
The problem is the bolded letters...I do NOT want WordPress to automatically call the last updated Thickbox. I want the system to call ONLY these files:
/wp-includes/js/thickbox/thickbox.js
/wp-includes/js/thickbox/thickbox.css
Is there a solution to this? Thanks.