mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Remove instances of the “eg.” abbreviation in favor of “example” or “for example”.
See #53330. git-svn-id: https://develop.svn.wordpress.org/trunk@52215 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1113,7 +1113,7 @@ function get_edit_term_link( $term, $taxonomy = '', $object_type = '' ) {
|
||||
* @param string $location The edit link.
|
||||
* @param int $term_id Term ID.
|
||||
* @param string $taxonomy Taxonomy name.
|
||||
* @param string $object_type The object type (eg. the post type).
|
||||
* @param string $object_type The object type.
|
||||
*/
|
||||
return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user