Skip to:
Content

bbPress.org

Changeset 6558 for trunk/src/bbpress.php


Ignore:
Timestamp:
06/15/2017 07:29:28 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Passwords: Upgrade the user-edit experience to use the new'ish password generator.

  • Introduces new form-user-passwords.php template part to encapsulate the more-elaborate password mark-up
  • Removes user.js from the default scripts, and enqueues user-profiles instead
  • Requires tweaks to the default template pack styling to accommodate the password generator being theme-side

This change will also allow bbPress to more easily keep-up with changes to the password generator code that comes with WordPress going forward. Huzzah!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6551 r6558  
    210210        /** Versions **********************************************************/
    211211
    212         $this->version    = '2.6-rc-6550';
     212        $this->version    = '2.6-rc-6558';
    213213        $this->db_version = '262';
    214214
Note: See TracChangeset for help on using the changeset viewer.