the closing ?> tag at the end of a PHP file isn't necessary. By leaving it out, you also get the added benefit of not accidentally putting a space or linebread after it, causing the "headers already sent" error.
------------------ Nathan Rice WordPress and Web Development www.nathanrice.net | twitter.com/nathanrice On Tue, Apr 13, 2010 at 10:10 AM, Kirk M <[email protected]> wrote: > I found a minor glitch in the in the WP 3.0 nightlies in that the "?>" tag > is missing from the bottom of the "wp-config.sample.php" file. Although it > doesn't seem to affect functionality (I ran like that for several days on a > test install) it really should be there. Unless something I don't understand > has changed? > > Just FYI. > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
