Make WordPress Core

Changeset 38140


Ignore:
Timestamp:
07/22/2016 01:50:42 PM (9 years ago)
Author:
ocean90
Message:

Docs: Fix typo in hook description for customize_save_validation_before.

See #37318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r38121 r38140  
    10861086         * Plugins can add just-in-time {@see 'customize_validate_{$this->ID}'} filters
    10871087         * at this point to catch any settings registered after `customize_register`.
    1088          * The dynamic portion of the hook name, `$this->ID` referrs to the setting ID.
     1088         * The dynamic portion of the hook name, `$this->ID` refers to the setting ID.
    10891089         *
    10901090         * @since 4.6.0
Note: See TracChangeset for help on using the changeset viewer.