Make WordPress Core


Ignore:
Timestamp:
11/19/2021 02:42:04 PM (3 years ago)
Author:
desrosj
Message:

Docs: Remove instances of the “eg.” abbreviation in favor of “example” or “for example”.

See #53330.

File:
1 edited

Legend:

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

    r52205 r52215  
    11141114     * @param int    $term_id     Term ID.
    11151115     * @param string $taxonomy    Taxonomy name.
    1116      * @param string $object_type The object type (eg. the post type).
     1116     * @param string $object_type The object type.
    11171117     */
    11181118    return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
Note: See TracChangeset for help on using the changeset viewer.