Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40351, comment 42


Ignore:
Timestamp:
10/22/2020 01:06:03 PM (4 years ago)
Author:
Chouby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40351, comment 42

    initial v1  
    55In this first test, we automatically create a term in a taxomomy "term_taxonomy" when we create a tag. This test passes with WordPress 5.6 beta 1:
    66{{{#!php
     7<?php
    78function test_wp_set_object_terms_hooked_to_create_term() {
    89        $args['update_count_callback'] = '_update_generic_term_count';