[Phphtmllib-devel] SF.net SVN: phphtmllib:[3243] branches/BRANCH_2_X/phphtmllib/phphtmllib.php
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2009-04-02 13:30:00
|
Revision: 3243 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3243&view=rev Author: mpwalsh8 Date: 2009-04-02 13:29:57 +0000 (Thu, 02 Apr 2009) Log Message: ----------- Fixed problem with PHPHTMLLIB_RELPATH and added TortoiseSVN keyword to version number. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/phphtmllib.php Modified: branches/BRANCH_2_X/phphtmllib/phphtmllib.php =================================================================== --- branches/BRANCH_2_X/phphtmllib/phphtmllib.php 2009-04-02 13:25:29 UTC (rev 3242) +++ branches/BRANCH_2_X/phphtmllib/phphtmllib.php 2009-04-02 13:29:57 UTC (rev 3243) @@ -6,9 +6,10 @@ * Description: WordPress plugin to bind the phpHtmlLib library to WordPress. The phpHtmlLib library contains a set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html Widgets. These classes, library functions and widgets can be used to build other WordPress plugins. * * - * Version: 2.6.0 + * Version: 2.6.$WCREV$ + * Last Modified: $WCDATE$ * Author: Mike Walsh - * Author URI: http://mpwalsh8.wordpress.com/ + * Author URI: http://www.michaelwalsh.org/ * License: GPL * * @@ -29,7 +30,8 @@ // Initialize the library define("PHPHTMLLIB_ABSPATH", dirname(__FILE__)) ; -define("PHPHTMLLIB_RELPATH", "/" . PLUGINDIR . "/" . basename(dirname(__FILE__))) ; +define("PHPHTMLLIB_RELPATH", get_bloginfo('siteurl') . + "/" . PLUGINDIR . "/" . basename(dirname(__FILE__))) ; require_once(PHPHTMLLIB_ABSPATH . "/version.inc") ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |