Docs: Remove "since since" and "one one" dittography from inline comments.

Fixes #41841.

git-svn-id: https://develop.svn.wordpress.org/trunk@41355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2017-09-09 13:52:46 +00:00
parent 50ddbc9946
commit aa8f08b4d7
3 changed files with 3 additions and 3 deletions

View File

@@ -1240,7 +1240,7 @@ function unregister_post_type( $post_type ) {
* @see map_meta_cap()
*
* @param object $args Post type registration arguments.
* @return object object with all the capabilities as member variables.
* @return object Object with all the capabilities as member variables.
*/
function get_post_type_capabilities( $args ) {
if ( ! is_array( $args->capability_type ) )