Changeset 1703301
- Timestamp:
- 07/26/2017 07:28:12 PM (9 years ago)
- Location:
- aitch-ref/trunk
- Files:
-
- 2 edited
-
_plugin.php (modified) (1 diff)
-
lib/aitchref/AitchRef.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aitch-ref/trunk/_plugin.php
r1703256 r1703301 4 4 Plugin URI: http://wordpress.org/extend/plugins/aitch-ref/ 5 5 Description: href junk. Requires PHP >= 5.4 and Wordpress >= 3.0 6 Version: 0.9.8. 16 Version: 0.9.8.2 7 7 Author: postpostmodern, pinecone-dot-website 8 8 Author URI: http://rack.and.pinecone.website/ -
aitch-ref/trunk/lib/aitchref/AitchRef.php
r1703256 r1703301 114 114 * @return mixed 115 115 */ 116 public staticfunction site_url_relative($url)116 public function site_url_relative($url) 117 117 { 118 118 if (is_array($url)) { … … 133 133 * @return mixed 134 134 */ 135 public staticfunction site_url_absolute($url)135 public function site_url_absolute($url) 136 136 { 137 137 if (is_array($url)) {
Note: See TracChangeset
for help on using the changeset viewer.