[wp-hackers] Do not use short tags

Mathias Bynens mathibus at gmail.com
Mon Jan 24 20:29:48 GMT 2005


Remember: all there is to know, including "do not use shorthand tags",
can be read in the coding style guidelines [
http://wordpress.org/docs/developer/coding-style/ ].

-- 
Mathias Bynens aka MaThIbUs
http://mathibus.com/

On Sun, 23 Jan 2005 20:21:48 -0500, Robert Deaton <false.hopes at gmail.com> wrote:
> Also, remember when writing documents that may use XML and PHP that
> are in the same file, you have to be careful with using <? to open the
> XML document, because PHP parse errors may come from it, so its best
> to have PHP echo out the <?
> 
> I've had many problems with this in the past, and I know that
> staticize had some issues with it too.
> 
> 
> On Sun, 23 Jan 2005 15:47:05 -0800, Matthew Mullenweg <m at mullenweg.com> wrote:
> > Just a reminder to all plugin writers:
> >
> > <? does not work on all platforms, use <?php
> >
> > --
> > Matt Mullenweg
> >   http://photomatt.net | http://wordpress.org
> > http://pingomatic.com | http://cnet.com
> >
> > _______________________________________________
> > hackers mailing list
> > hackers at wordpress.org
> > http://wordpress.org/mailman/listinfo/hackers_wordpress.org
> >
> 
> 
> --
> --Robert Deaton
> http://anothersadsong.com
> _______________________________________________
> hackers mailing list
> hackers at wordpress.org
> http://wordpress.org/mailman/listinfo/hackers
>


More information about the hackers mailing list