[wp-cvs] wordpress/wp-admin templates.php,1.28,1.29
Ryan Boren
rboren at users.sourceforge.net
Fri Nov 19 21:05:29 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3490
Modified Files:
templates.php
Log Message:
Make short tag long. Reported by adsworth.
Index: templates.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/templates.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** templates.php 17 Nov 2004 03:15:22 -0000 1.28
--- templates.php 19 Nov 2004 21:05:26 -0000 1.29
***************
*** 97,101 ****
<?php foreach ($common_files as $common_file) : ?>
<li><a href="templates.php?file=<?php echo $common_file?>"><?php echo get_file_description($common_file); ?></a></li>
! <? endforeach; ?>
</ul>
</div>
--- 97,101 ----
<?php foreach ($common_files as $common_file) : ?>
<li><a href="templates.php?file=<?php echo $common_file?>"><?php echo get_file_description($common_file); ?></a></li>
! <?php endforeach; ?>
</ul>
</div>
More information about the cvs
mailing list