Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20371 closed defect (bug) (fixed)

Replace bloginfo('url') with home_url()

Reported by: mamaduka's profile Mamaduka Owned by: nacin's profile nacin
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.3.1
Component: General Keywords: has-patch commit
Focuses: Cc:

Description

wp_check_browser_version() function uses get_bloginfo( 'url' ) make it simple and use home_url() instead.

Attachments (1)

20371.diff (550 bytes) - added by Mamaduka 13 years ago.

Download all attachments as: .zip

Change History (4)

@Mamaduka
13 years ago

#1 @SergeyBiryukov
13 years ago

  • Keywords has-patch added

#2 @nacin
13 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.4

#3 @nacin
13 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [20439]:

Use home_url() instead of get_bloginfo('url'). props Mamaduka, fixes #20371.

Note: See TracTickets for help on using tickets.