Make WordPress Core


Ignore:
Timestamp:
12/30/2009 05:05:02 PM (15 years ago)
Author:
westi
Message:

Use _deprecated_argument() in get_bloginfo() and then don't pass deprecated argument to get_bloginfo(). Fixes #11652 props nacin.

File:
1 edited

Legend:

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

    r12584 r12587  
    13051305
    13061306    if ( !$wp_rewrite->using_permalinks() || is_admin() ) {
    1307         $base = trailingslashit( get_bloginfo( 'home' ) );
     1307        $base = trailingslashit( get_bloginfo( 'url' ) );
    13081308
    13091309        if ( $pagenum > 1 ) {
Note: See TracChangeset for help on using the changeset viewer.