Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#22771 closed defect (bug) (fixed)

Site/Home URL inconsistency in XML-RPC

Reported by: SergeyBiryukov Owned by: SergeyBiryukov
Priority: normal Milestone: 3.6
Component: XML-RPC Version: 3.5
Severity: normal Keywords: has-patch 3.6-early
Cc: Focuses:

Description

On General Settings screen, "WordPress Address (URL)" is siteurl, and "Site Address (URL)" is home. In XML-RPC, it's vice versa: "Site URL" is siteurl and "Home URL" is home (introduced in [21805]).

Would it make sense to replace the XML-RPC strings with the ones from General Settings screen to prevent confusion?

Attachments (1)

22771.patch (702 bytes ) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @nacin
14 years ago

  • Keywords 3.6-early added
  • Milestone Awaiting ReviewFuture Release

#2 @SergeyBiryukov
14 years ago

  • Milestone Future Release3.6

#3 @SergeyBiryukov
14 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 23363:

Merge two different descriptions of siteurl and home options. fixes #22771.

Note: See TracTickets for help on using tickets.