Make WordPress Core

Changeset 16425


Ignore:
Timestamp:
11/17/2010 04:38:28 PM (13 years ago)
Author:
markjaquith
Message:

The path goes INSIDE home_url(). fixes #15413

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/author-template.php

    r16401 r16425  
    226226
    227227    if ( empty($link) ) {
    228         $file = home_url() . '/';
     228        $file = home_url( '/' );
    229229        $link = $file . '?author=' . $auth_ID;
    230230    } else {
Note: See TracChangeset for help on using the changeset viewer.