Changeset 45309

Show
Ignore:
Timestamp:
05/11/08 23:08:39 (2 months ago)
Author:
jbaessens
Message:

jbaessens : Change " and ' characters in echo functions in Wordpress coding standards.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pwgrandom/trunk/PWGRandom.php

    r45305 r45309  
    4040      if($pwg_path == "" || $pwg_url_path == "") 
    4141      { 
    42             echo"Check the PWGRandom configuration"
     42            echo'Check the PWGRandom configuration'
    4343            return; 
    4444      } 
     
    5959 
    6060      //Display the pictures 
    61       echo"<h2>".$pwg_title."</h2>"
     61      echo'<h2>'.$pwg_title.'</h2>'
    6262      echo'<p align="center">'; 
    6363      for($i = 0; $i < $pwg_nbImages; $i++) 
     
    106106             
    107107            //Display the text behind the picture 
    108             echo'<br/>'.$pwg_category.'<a target="_blank" href="'.$categoryLink.'">'.$categoryName.'</a><br/>'
     108            echo"<br/>".$pwg_category."<a target='_blank' href='".$categoryLink."'>".$categoryName."</a><br/>"
    109109      } 
    110110