WordPress.org

Make WordPress Core

Opened 12 months ago

Last modified 12 months ago

#36030 new enhancement

Expose site icon on wp.getUsersBlogs

Reported by: daniloercoli Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: XML-RPC Keywords: has-patch
Focuses: Cc:

Description

WordPress 4.3 has added the ability for site owners to manage their site’s favicon, but never exposed it over the XML-RPC protocol.

It's useful for XML-RPC clients to receive it back in the response of wp.getUsersBlogs, so they can show the proper icon beside the name of the site.

In the patch I've provided an empty value is returned if site_icon is not set on the blog. I've avoided returning a default value, since it's better to leave this responsibility to clients. If siteIcon is empty, the client should show their default icon, or nothing.

Attachments (1)

site-icon.diff (689 bytes) - added by daniloercoli 12 months ago.

Download all attachments as: .zip

Change History (2)

#1 @daniloercoli
12 months ago

  • Keywords has-patch added
Note: See TracTickets for help on using tickets.