Docs: Use a hyphen with the "non" prefix in a more consistent way.

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48106 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-06-20 12:13:58 +00:00
parent e27ad0f007
commit c682da9190
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1464,7 +1464,7 @@ function get_object_subtype( $object_type, $object_id ) {
}
/**
* Filters the object subtype identifier for a non standard object type.
* Filters the object subtype identifier for a non-standard object type.
*
* The dynamic portion of the hook, `$object_type`, refers to the object
* type (post, comment, term, or user).