Changeset 38645
- Timestamp:
- 09/22/2016 10:53:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r38636 r38645 59 59 * @param string $string URL with or without a trailing slash. 60 60 * @param string $type_of_url The type of URL being considered. Accepts 'single', 'single_trackback', 61 * 'single_feed', 'single_paged', ' feed', 'category', 'page', 'year',62 * ' month', 'day', 'paged', 'post_type_archive'.61 * 'single_feed', 'single_paged', 'commentpaged', 'paged', 'home', 'feed', 62 * 'category', 'page', 'year', 'month', 'day', 'post_type_archive'. 63 63 */ 64 64 return apply_filters( 'user_trailingslashit', $string, $type_of_url );
Note: See TracChangeset
for help on using the changeset viewer.