Issue #1983 has been updated by andrew.
Status changed from Unreviewed to Rejected
These aren't hard coded they are generated like this
href="<?php bloginfo('stylesheet_url'); ?>
A dev instance would have the correct URL.
----------------------------------------
Bug #1983: absolute paths used in HTML
/issues/1983
Author: lludwig
Status: Rejected
Priority: Normal
Assigned to:
Category:
Target version:
Keywords:
Things like
href="http://reductivelabs.com/wp-content/themes/reductive/style.css" That
hard code the path should not be used. Ideally it should start the docroot ie
href="/wp-content/themes/reductive/style.css"
If you access directly via IP (or doing devel, staging somewhere else) these
links will refer to the production site, not your new HTML, CSS, image, etc.
----------------------------------------
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---