Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #33406, comment 14


Ignore:
Timestamp:
10/18/2015 08:18:08 PM (9 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33406, comment 14

    v2 v3  
    11The issue is that `generatePassword()` doesn't trigger a `change` event, only `pwupdate`.  Triggering the `change` event seems to work, at least in Chrome. But maybe we should use a custom event, see [attachment:33406.3.patch].
    2 
    3 {{{#!php
    4 if (class_exists('MyClass')) {
    5      $myclass = new MyClass();
    6 }
    7 }}}