Title: mikoder's Replies | WordPress.org

---

# mikoder

  [  ](https://wordpress.org/support/users/mikoder/)

 *   [Profile](https://wordpress.org/support/users/mikoder/)
 *   [Topics Started](https://wordpress.org/support/users/mikoder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mikoder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mikoder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mikoder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mikoder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mikoder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Preventing get_permalink from loading the post](https://wordpress.org/support/topic/preventing-get_permalink-from-loading-the-post/)
 *  Thread Starter [mikoder](https://wordpress.org/support/users/mikoder/)
 * (@mikoder)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/preventing-get_permalink-from-loading-the-post/#post-1551240)
 * > I’m not sure, but how else would WP know if a post with that ID existed without
   > querying the database?
 * Because I passed it an ID?
 * So this isn’t support as the forum title suggests?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Registration Email](https://wordpress.org/support/topic/registration-email-1-2/)
 *  [mikoder](https://wordpress.org/support/users/mikoder/)
 * (@mikoder)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/registration-email-1-2/#post-581446)
 * I’ve found a couple of issues with the registration email function in 2.5 that
   solved this for me.
 * In includes/pluggable, line 936:
    Add “@” in front of wp_mail so its the same
   as line 927.
 * In includes/user, line 136
    Add $pass1 in the parameters to end up with this:
   wp_new_user_notification( $user_id, $pass1 );
 * The bug is that the wp_mail new user notification needed the
    plain text password
   to send anything to the user, and this wasn’t being passed to it.
 * Michael

Viewing 2 replies - 1 through 2 (of 2 total)