• Can’t log in on trac.wordpress.org

    a tiny bug on 2.5 RC1, trying to modify the timestamp of a post or a comment is NOT WORKING IF you just modify the minute field.

    This is due to that kind of code :
    foreach ( array (‘aa’, ‘mm’, ‘jj’, ‘hh’, ‘mm’) as $timeunit ) {

    and should be :

    foreach ( array (‘aa’, ‘mm’, ‘jj’, ‘hh’, ‘mn’) as $timeunit ) {

    (‘mn’ instead of ‘mm’ for the last item of the array).

    hope this will be read by the developpers 🙂

Viewing 1 replies (of 1 total)
  • If for some reason you can’t get into Trac mention it on the wp-testers mailing list.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug in 2.5 RC1’ is closed to new replies.