Figured it out. I had been embedding PHP into my CSS files. Hence, my .htaccess file had this line: AddType application/x-httpd-php .php .html .css
Methinks the content type for CSS files was incorrect. I re-jiggered the site so that I could remove CSS from that AddType command.
Thanks for the assist, alism.
syncbox, emsi,
Thanks for the responses. I’m new here so thanks for the tips about posting (tags, versions).
As it turns out, the Gengo plug-in appears to be the culprit. Shame, that…I really like / need that multi-language functionality.
At any rate, thanks for the assist.
–Ray
In case anyone’s interested, I eventually solved my own problem by changing line 255 in classes.php to:
foreach ((array) $GLOBALS[‘wp_taxonomies’] as $taxonomy => $t)
In case anyone’s interested, I eventually solved my own problem by changing line 255 in classes.php to:
foreach ((array) $GLOBALS[‘wp_taxonomies’] as $taxonomy => $t)