Changeset 1242595
- Timestamp:
- 09/10/2015 04:34:09 PM (10 years ago)
- Location:
- aitch-ref/trunk
- Files:
-
- 2 edited
-
_plugin.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aitch-ref/trunk/_plugin.php
r1139490 r1242595 4 4 Plugin URI: http://wordpress.org/extend/plugins/aitch-ref/ 5 5 Description: href junk. Requires PHP >= 5.3 and Wordpress >= 3.0 6 Version: 0.9. 26 Version: 0.9.3 7 7 Author: postpostmodern, pinecone-dot-io 8 8 Author URI: http://pinecone.io/ -
aitch-ref/trunk/index.php
r1139490 r1242595 30 30 31 31 // 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', 34 34 'style_loader_src', 'term_link', 'the_content', 35 35 'url', 'wp_list_pages' ); … … 40 40 41 41 // 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', 43 43 'option_home', 'option_siteurl', 'page_link', 'post_link', 44 44 'siteurl', 'site_url', 'stylesheet_uri',
Note: See TracChangeset
for help on using the changeset viewer.