Need help to remove Classipress HTML error
Our site (
http://cpdev.swapyourmama.com) is being reviewed before going fully on line, and this little incomplete HTML 'gotcha' was found:
Code:
'description' => sprintf(__("Enter your Facebook username without the URL. <br />Don't have one yet? <a target='_blank' href='%s'>Get a custom URL.</a>",'appthemes'), 'http://www.facebook.com/username/')
I tried placing a copy of
theme-profile.php at the root level of my child theme, but my changes are ignored, which is a bit puzzling as that is my understanding as to how to over-ride theme templates. Can any body give a little help on how to get the file recognized from the child-theme.
Or can anybody give me the the correct code for this line - I can patch the core theme-profile.php
=Alan R.