Make WordPress Core

Changeset 27723


Ignore:
Timestamp:
03/25/2014 08:33:21 PM (11 years ago)
Author:
DrewAPicture
Message:

Fix a typo in the deleted_{$meta_type}_meta hook description.

Props aliso.
Fixes #25826.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/meta.php

    r27698 r27723  
    381381
    382382    /**
    383      * Fires immediatley after deleting metadata of a specific type.
    384      *
    385      * The dynamic portion of the hook, $meta_type, refers to the meta
     383     * Fires immediately after deleting metadata of a specific type.
     384     *
     385     * The dynamic portion of the hook name, $meta_type, refers to the meta
    386386     * object type (comment, post, or user).
    387387     *
Note: See TracChangeset for help on using the changeset viewer.