Plugin Directory

Changeset 189218


Ignore:
Timestamp:
01/03/2010 01:00:53 PM (16 years ago)
Author:
wpdojoloader
Message:

uncommented a debug line

Location:
wpdojoloader/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpdojoloader/trunk/readme.txt

    r188377 r189218  
    55Requires at least: 2.8.2
    66Tested up to: 2.8.5
    7 Stable tag: 0.0.41
     7Stable tag: 0.0.42
    88
    99== Description ==
     
    6767== Changelog ==
    6868
     69= 0.0.42 =
     70* uncommented a debug line
     71
    6972= 0.0.41 =
    7073* fixed a bug with a foreach warning
  • wpdojoloader/trunk/wpdojoloader.php

    r188377 r189218  
    44Plugin URI: http://wpdojoloader.berlios.de/
    55Description: WpDojoloader allows you to include dojo widgets into wordpress
    6 Version: 0.0.41
     6Version: 0.0.42
    77Author: Dirk Lehmeier
    88Author URI: http://wpdojoloader.berlios.de/
     
    390390            $xd = $this->enrichXmlString($xd);
    391391           
    392             echo "<!-- BEGIN XML".$xd." END XML -->"; //debug only
     392            //echo "<!-- BEGIN XML".$xd." END XML -->"; //debug only
    393393           
    394394            $rslt = ($this->xml_translate($xd));
Note: See TracChangeset for help on using the changeset viewer.