Plugin Directory

Changeset 678674


Ignore:
Timestamp:
03/09/2013 01:16:38 PM (13 years ago)
Author:
MarcusPope
Message:

added plugin url and content url hooks - thanks to @lcyconsulting

Location:
root-relative-urls/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • root-relative-urls/trunk/readme.txt

    r654088 r678674  
    108108
    109109== Changelog ==
     110= 1.9 =
     111* Bug fix: Added more hooks to fix other urls.  Thanks to @lcyconsulting for the solution.
    110112
    111113= 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.
    113115
    114116= 1.7 =
  • root-relative-urls/trunk/sb_root_relative_urls.php

    r654088 r678674  
    99Author: Marcus E. Pope, marcuspope
    1010Author URI: http://www.marcuspope.com
    11 Version: 1.8
     11Version: 1.9
    1212
    1313Copyright 2011 Marcus E. Pope (email : me@marcuspope.com)
     
    186186                'includes_url',
    187187                'site_url',
     188                'plugins_url',
     189                'content_url',
    188190                'site_option_siteurl',
    189191                'network_home_url',
Note: See TracChangeset for help on using the changeset viewer.