Plugin Directory

Changeset 1525531


Ignore:
Timestamp:
10/31/2016 06:24:03 PM (9 years ago)
Author:
postpostmodern
Message:

fix fatal error in admin screen

Location:
aitch-ref/trunk
Files:
2 edited

Legend:

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

    r1523285 r1525531  
    44Plugin URI:     http://wordpress.org/extend/plugins/aitch-ref/
    55Description:    href junk. Requires PHP >= 5.3 and Wordpress >= 3.0
    6 Version:        0.9.6
     6Version:        0.9.6.1
    77Author:         postpostmodern, pinecone-dot-website
    88Author URI:     http://rack.and.pinecone.website/
  • aitch-ref/trunk/admin.php

    r1523285 r1525531  
    5757    $vars->messages = implode( "\n", message() );
    5858    $vars->path = plugins_url( '', __FILE__ );
    59     $vars->urls = esc_textarea( get_urls() );
     59    $vars->urls = esc_textarea( AitchRef::get_urls() );
    6060   
    6161    render( 'admin/options-general', $vars );
Note: See TracChangeset for help on using the changeset viewer.