Fix a typo in the description for the _wp_filter_build_unique_id() DocBlock.

Props lamosty.
Fixes #31732.


git-svn-id: https://develop.svn.wordpress.org/trunk@31859 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-03-22 22:55:21 +00:00
parent f6aa243908
commit c1b0b8e97e

View File

@ -839,7 +839,7 @@ function _wp_call_all_hook($args) {
* Build Unique ID for storage and retrieval.
*
* The old way to serialize the callback caused issues and this function is the
* solution. It works by checking for objects and creating an a new property in
* solution. It works by checking for objects and creating a new property in
* the class to keep track of the object and new objects of the same class that
* need to be added.
*