Make WordPress Core

Changeset 12587 for trunk/wp-app.php


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-app.php

    r12584 r12587  
    372372            $this->auth_required( __( 'Sorry, you do not have the right to access this blog.' ) );
    373373
    374         $home = esc_attr(get_bloginfo_rss('home'));
     374        $home = esc_attr(get_bloginfo_rss('url'));
    375375
    376376        $categories = "";
Note: See TracChangeset for help on using the changeset viewer.