Docs: Correct the indentation in `delete_term_relationships` filter.
See #54673. Built from https://develop.svn.wordpress.org/trunk@52826 git-svn-id: http://core.svn.wordpress.org/trunk@52415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f3d929163f
commit
e6e88f4a2b
|
@ -2937,8 +2937,8 @@ function wp_remove_object_terms( $object_id, $terms, $taxonomy ) {
|
|||
* @since 2.9.0
|
||||
* @since 4.7.0 Added the `$taxonomy` parameter.
|
||||
*
|
||||
* @param int $object_id Object ID.
|
||||
* @param array $tt_ids An array of term taxonomy IDs.
|
||||
* @param int $object_id Object ID.
|
||||
* @param array $tt_ids An array of term taxonomy IDs.
|
||||
* @param string $taxonomy Taxonomy slug.
|
||||
*/
|
||||
do_action( 'delete_term_relationships', $object_id, $tt_ids, $taxonomy );
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52825';
|
||||
$wp_version = '6.0-alpha-52826';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue