Changeset 17519 for branches/3.1/wp-includes/link-template.php
- Timestamp:
- 03/10/2011 04:25:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/link-template.php
r17228 r17519 848 848 if ( $post_type_obj->rewrite['with_front'] ) 849 849 $struct = $wp_rewrite->front . $struct; 850 else 851 $struct = $wp_rewrite->root . $struct; 850 852 $link = home_url( user_trailingslashit( $struct, 'post_type_archive' ) ); 851 853 } else {
Note: See TracChangeset
for help on using the changeset viewer.