Changeset 16425 for trunk/wp-includes/author-template.php
- Timestamp:
- 11/17/2010 04:38:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r16401 r16425 226 226 227 227 if ( empty($link) ) { 228 $file = home_url( ) . '/';228 $file = home_url( '/' ); 229 229 $link = $file . '?author=' . $auth_ID; 230 230 } else {
Note: See TracChangeset
for help on using the changeset viewer.