Make WordPress Core

Changeset 34313


Ignore:
Timestamp:
09/18/2015 08:18:22 PM (10 years ago)
Author:
ocean90
Message:

Use correct @since tag for wp_ajax_generate_password().

See #33450.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r34312 r34313  
    32063206
    32073207/**
    3208  * Generates a password via ajax.
    3209  *
    3210  * @since 4.3.1
     3208 * Ajax handler for generating a password.
     3209 *
     3210 * @since 4.4.0
    32113211 */
    32123212function wp_ajax_generate_password() {
Note: See TracChangeset for help on using the changeset viewer.