Plugin Directory

Changeset 1703301


Ignore:
Timestamp:
07/26/2017 07:28:12 PM (9 years ago)
Author:
postpostmodern
Message:

v 0.9.8.2

Location:
aitch-ref/trunk
Files:
2 edited

Legend:

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

    r1703256 r1703301  
    44Plugin URI:     http://wordpress.org/extend/plugins/aitch-ref/
    55Description:    href junk. Requires PHP >= 5.4 and Wordpress >= 3.0
    6 Version:        0.9.8.1
     6Version:        0.9.8.2
    77Author:         postpostmodern, pinecone-dot-website
    88Author URI:     http://rack.and.pinecone.website/
  • aitch-ref/trunk/lib/aitchref/AitchRef.php

    r1703256 r1703301  
    114114    *   @return mixed
    115115    */
    116     public static function site_url_relative($url)
     116    public function site_url_relative($url)
    117117    {
    118118        if (is_array($url)) {
     
    133133    *   @return mixed
    134134    */
    135     public static function site_url_absolute($url)
     135    public function site_url_absolute($url)
    136136    {
    137137        if (is_array($url)) {
Note: See TracChangeset for help on using the changeset viewer.