Changeset 607989
- Timestamp:
- 10/04/2012 07:22:14 PM (14 years ago)
- File:
-
- 1 edited
-
kickpress/trunk/kickpress-functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kickpress/trunk/kickpress-functions.php
r606941 r607989 234 234 $defaults['month'] = get_query_var( 'monthnum' ); 235 235 $defaults['day'] = get_query_var( 'day' ); 236 236 237 /* 237 238 if ( is_category() ) { … … 247 248 } 248 249 */ 250 249 251 extract( wp_parse_args( $args, $defaults ), EXTR_SKIP ); 250 251 // Just testing: DST 6/7/2012252 $base_parts = explode( '?', get_pagenum_link( $page ) );253 $base_url = trailingslashit( $base_parts[0] );254 252 255 253 if ( is_array( $post_type ) || 'any' == $post_type ) … … 409 407 } 410 408 } 411 412 // Just testing: DST 6/7/2012413 if ( ! empty( $api_parts ) )414 $base_url .= $api_trigger . '/' . implode( '/', $api_parts ) . '/';415 return $base_url;416 // End test417 409 418 410 if ( ! empty( $api_parts ) )
Note: See TracChangeset
for help on using the changeset viewer.