Make WordPress Core

Ticket #25826: 25826.5.diff

File 25826.5.diff, 473 bytes (added by aliso, 11 years ago)

Fix a typo in one of the PHPDoc comments

  • src/wp-includes/meta.php

     
    380380        }
    381381
    382382        /**
    383          * Fires immediatley after deleting metadata of a specific type.
     383         * Fires immediately after deleting metadata of a specific type.
    384384         *
    385385         * The dynamic portion of the hook, $meta_type, refers to the meta
    386386         * object type (comment, post, or user).