[wp-testers] Missing " wreaks havoc.

Mark R tamba2 at gmail.com
Tue Apr 17 22:36:32 GMT 2007


Link 296 was
    return '<a href="' . get_option( 'wpurl' ) . '/wp-admin/' . $file .
'.php?action=edit&amp;post=' . $post->ID . '>' . $link . '</a>' . $after;
}

needs to be
    return '<a href="' . get_option( 'wpurl' ) . '/wp-admin/' . $file .
'.php?action=edit&amp;post=' . $post->ID . '">' . $link . '</a>' . $after;
}

the missing " broke my blog.
I'll find my way to trac.


More information about the wp-testers mailing list