Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#21822 closed enhancement (fixed)

XML-RPC: Return Home URL in wp.getOptions

Reported by: mrroundhill's profile mrroundhill Owned by: nacin's profile nacin
Milestone: 3.5 Priority: normal
Severity: normal Version: 3.5
Component: XML-RPC Keywords: has-patch mobile commit
Focuses: Cc:

Description

It would make a few things easier for the mobile apps (and potentially other XML-RPC clients) if the Home URL was returned in the wp.getOptions call. Currently the only way we can get it is through the RSD 'homePageLink' tag.

Attaching a patch that adds support for this.

Attachments (1)

class-wp-xmlrpc-server.php.diff (559 bytes) - added by mrroundhill 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
13 years ago

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

#2 @nacin
13 years ago

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

In [21805]:

XML-RPC: Add the 'home' option to wp.getOptons. props mrroundhill. fixes #21822.

Note: See TracTickets for help on using tickets.