Make WordPress Core


Ignore:
Timestamp:
07/30/2020 07:12:02 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Various fixes and improvements to inline documentation.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r48665 r48695  
    24082408     * Fires immediately after a new term is created, before the term cache is cleaned.
    24092409     *
     2410     * The {@see 'create_$taxonomy'} hook is also available for targeting a specific
     2411     * taxonomy.
     2412     *
    24102413     * @since 2.3.0
    24112414     *
     
    24442447     * Fires after a new term is created, and after the term cache has been cleaned.
    24452448     *
     2449     * The {@see 'created_$taxonomy'} hook is also available for targeting a specific
     2450     * taxonomy.
     2451     *
    24462452     * @since 2.3.0
    24472453     *
     
    24672473    /**
    24682474     * Fires after a term has been saved, and the term cache has been cleared.
     2475     *
     2476     * The {@see 'saved_$taxonomy'} hook is also available for targeting a specific
     2477     * taxonomy.
    24692478     *
    24702479     * @since 5.5.0
Note: See TracChangeset for help on using the changeset viewer.