westi on wordpress

WordPress weekly digest 24th September to 30th September 2007

Posted in weekly digest, wordpress by Peter Westwood on September 30th, 2007

This week has seen a number of early changes going into WordPress 2.4, these have included:

  • The beginings of the work to switch to $wpdb->prepare(). See the trac ticket for more info.
  • An easy way to enable all PHP Notices for developers.

The new support for PHP Notices is easy to enable by adding a single line to wp-config.php:


define('WP_DEBUG',true);

For even more information on some of the other little changes that went in this week you can read the whole weekly trac timeline.

Update 02-Oct-2007: The define for debug mode has changed

Tagged with: ,

8 Responses to 'WordPress weekly digest 24th September to 30th September 2007'

Subscribe to comments with RSS or TrackBack to 'WordPress weekly digest 24th September to 30th September 2007'.

  1. [...] 2.4, reporting weekly on activity for the next major version of WordPress. The first post is WordPress weekly digest 24th September to 30th September 2007. You can monitor the updates on Westi on WordPress [...]

  2. [...] when they are using deprecated WordPress functions. This new functionality relies, in part, on the new WP_DEBUG flag being enabled before anything interesting happens. With the new flag enabled a USER_NOTICE php [...]

  3. [...] of database errors unless WP_DEBUG is true [...]

  4. Wordpress 2.3.2 | valent said, on December 30th, 2007 at 10:59 am

    [...] of database errors unless WP_DEBUG is true [...]

  5. [...] of database errors unless WP_DEBUG is true [...]

  6. [...] of database errors unless WP_DEBUG is true [...]

  7. [...] for some PHP E_NOTICE messages when WP_DEBUG is enabled [...]

  8. [...] per alcuni messaggi PHP E_NOTICE quando WP_DEBUG è abilitato [...]

Leave a Reply