Changeset 678674
- Timestamp:
- 03/09/2013 01:16:38 PM (13 years ago)
- Location:
- root-relative-urls/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sb_root_relative_urls.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
root-relative-urls/trunk/readme.txt
r654088 r678674 108 108 109 109 == Changelog == 110 = 1.9 = 111 * Bug fix: Added more hooks to fix other urls. Thanks to @lcyconsulting for the solution. 110 112 111 113 = 1.8 = 112 * Bug fix: Apparently WordPress core devs had a change of heart about root relative urls, this patch fixes add media support 114 * Bug fix: Apparently WordPress core devs had a change of heart about root relative urls, this patch fixes add media support. Thanks to @najamelan for the suggested solution. 113 115 114 116 = 1.7 = -
root-relative-urls/trunk/sb_root_relative_urls.php
r654088 r678674 9 9 Author: Marcus E. Pope, marcuspope 10 10 Author URI: http://www.marcuspope.com 11 Version: 1. 811 Version: 1.9 12 12 13 13 Copyright 2011 Marcus E. Pope (email : me@marcuspope.com) … … 186 186 'includes_url', 187 187 'site_url', 188 'plugins_url', 189 'content_url', 188 190 'site_option_siteurl', 189 191 'network_home_url',
Note: See TracChangeset
for help on using the changeset viewer.