Changeset 4308 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php
- Timestamp:
- 10/29/2016 05:36:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php
r4298 r4308 212 212 // Pretty permalinks. 213 213 if ( $wp_rewrite->using_permalinks() ) { 214 $url = $wp_rewrite->root . "view/{$view}/" . $this->user->user_ login;214 $url = $wp_rewrite->root . "view/{$view}/" . $this->user->user_nicename; 215 215 $url = home_url( user_trailingslashit( $url ) ); 216 216 … … 219 219 $url = add_query_arg( array( 220 220 bbp_get_view_rewrite_id() => $view, 221 'wporg_user_login' => $this->user->user_ login,221 'wporg_user_login' => $this->user->user_nicename, 222 222 ) ); 223 223 }
Note: See TracChangeset
for help on using the changeset viewer.