Skip to content

Commit a66f7ef

Browse files
committed
Docs: Correct the indentation in delete_term_relationships filter.
See #54673. git-svn-id: https://develop.svn.wordpress.org/trunk@52826 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 177c315 commit a66f7ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/taxonomy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2937,8 +2937,8 @@ function wp_remove_object_terms( $object_id, $terms, $taxonomy ) {
29372937
* @since 2.9.0
29382938
* @since 4.7.0 Added the `$taxonomy` parameter.
29392939
*
2940-
* @param int $object_id Object ID.
2941-
* @param array $tt_ids An array of term taxonomy IDs.
2940+
* @param int $object_id Object ID.
2941+
* @param array $tt_ids An array of term taxonomy IDs.
29422942
* @param string $taxonomy Taxonomy slug.
29432943
*/
29442944
do_action( 'delete_term_relationships', $object_id, $tt_ids, $taxonomy );

0 commit comments

Comments
 (0)