Plugin Directory

Changeset 1242595


Ignore:
Timestamp:
09/10/2015 04:34:09 PM (10 years ago)
Author:
postpostmodern
Message:

bloginfo is absolute now

Location:
aitch-ref/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • aitch-ref/trunk/_plugin.php

    r1139490 r1242595  
    44Plugin URI:     http://wordpress.org/extend/plugins/aitch-ref/
    55Description:    href junk. Requires PHP >= 5.3 and Wordpress >= 3.0
    6 Version:        0.9.2
     6Version:        0.9.3
    77Author:         postpostmodern, pinecone-dot-io
    88Author URI:     http://pinecone.io/
  • aitch-ref/trunk/index.php

    r1139490 r1242595  
    3030
    3131        // these can return back urls starting with /
    32         $relative = array( 'bloginfo', 'bloginfo_url', 'content_url', 'get_pagenum_link',
    33                            'option_url', 'plugins_url', 'pre_post_link', 'script_loader_src',
     32        $relative = array( 'content_url', 'get_pagenum_link', 'option_url',
     33                           'plugins_url', 'pre_post_link', 'script_loader_src',
    3434                           'style_loader_src', 'term_link', 'the_content',
    3535                           'url', 'wp_list_pages' );
     
    4040       
    4141        // these need to return back with leading http://
    42         $absolute = array( 'admin_url', 'get_permalink', 'home_url', 'login_url',
     42        $absolute = array( 'admin_url', 'bloginfo', 'bloginfo_url', 'get_permalink', 'home_url', 'login_url',
    4343                           'option_home', 'option_siteurl', 'page_link', 'post_link',
    4444                           'siteurl', 'site_url', 'stylesheet_uri',
Note: See TracChangeset for help on using the changeset viewer.