Plugin Directory

Changeset 360242


Ignore:
Timestamp:
03/15/2011 09:42:43 AM (15 years ago)
Author:
Backie
Message:

Changed main url constant from using url to wpurl option

Location:
wp-survey-and-quiz-tool/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-survey-and-quiz-tool/trunk/readme.txt

    r359764 r360242  
    33Tags: Quiz,test,exam,survey,results,email,quizzies,charts,google charts
    44Tested up to: 3.1
    5 Stable tag: 1.3.30
     5Stable tag: 1.3.31
    66Requires At Least: 3.0
    77Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=99WUGVV4HY5ZE&lc=GB&item_name=CATN%20Plugins&item_number=catn&currency_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
     
    6767
    6868== ChangeLog ==
     69
     70= 1.3.31 =
     71
     72* [15/03/2011 - 09:41] Changed main url from url to wpurl.
    6973
    7074= 1.3.30 =
  • wp-survey-and-quiz-tool/trunk/wp-suvery-and-quiz-tool.php

    r359764 r360242  
    77Author: Fubra Limited
    88Author URI: http://www.catn.com
    9 Version: 1.3.30
     9Version: 1.3.31
    1010*/
    1111
     
    5656define( 'WPSQT_PAGE_SURVEY'          , 'wpsqt-menu-survey'  );
    5757define( 'WPSQT_PAGE_CATN'            , 'wpsqt-catn' );
    58 define( 'WPSQT_URL_MAIN'             , get_bloginfo('url').'/wp-admin/admin.php?page='.WPSQT_PAGE_MAIN );
     58define( 'WPSQT_URL_MAIN’'            , get_bloginfo('wpurl').'/wp-admin/admin.php?page='.WPSQT_PAGE_MAIN );
    5959
    6060define( 'WPSQT_CONTACT_EMAIL'        , 'support@catn.com' );
    61 define( 'WPSQT_VERSION'              , '1.3.30' );
     61define( 'WPSQT_VERSION'              , '1.3.31' );
    6262define( 'WPSQT_DIR'                  , dirname(__FILE__) );
    6363
Note: See TracChangeset for help on using the changeset viewer.