Plugin Directory

Changeset 693085


Ignore:
Timestamp:
04/07/2013 02:54:30 PM (13 years ago)
Author:
shauno
Message:

updated admin url setter to better method, get_admin_url(). Waiting on feedback before new release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • betta-boxes-cms/trunk/betta-boxes.php

    r650563 r693085  
    44Plugin URI: http://shauno.co.za/wordpress/betta-boxes-cms/
    55Description: Easily add custom fields to any post type to turn your WordPress site into a powerful CMS
    6 Version: 1.1.4
     6Version: 1.1.5
    77Author: Shaun Alberts
    88Author URI: http://shauno.co.za
     
    2323        add_action('admin_menu', array(&$this, 'adminMenus'));
    2424       
    25         $this->adminUrl = get_bloginfo('url').'/wp-admin/options-general.php?';
     25        $this->adminUrl = get_admin_url().'options-general.php?';
    2626       
    2727        $d = explode('/', str_replace('\\', '/', dirname(__FILE__)));
Note: See TracChangeset for help on using the changeset viewer.