#17131 closed enhancement (fixed)
Make theme's content_width available in XML-RPC
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | XML-RPC | Keywords: | mobile revert |
Focuses: | Cc: |
Description
To upload properly sized images, being able to access the theme's $content_width
variable from XML-RPC would help
Attachments (1)
Change History (11)
#5
@
14 years ago
- Cc westi added
- Resolution fixed deleted
- Status changed from closed to reopened
As I said in IRC when this was originally being discussed.
I'm not sure why the theme's content width matters during image upload - what happens when I switch to a wider theme later?
Should the app not be working the media settings which have already been exposed?
#6
@
14 years ago
We should standardize accessing the $content_width var instead of doing it manually everywhere. Enter, get_content_width() - #17130
#7
@
14 years ago
- Keywords revert added; has-patch removed
Agreed on revert. I offered the patch before considering its usage. I was in IRC with westi and agreed then.
Note: See
TracTickets for help on using
tickets.
Patch also needs to check if $content_width isn't set and return 0. Probably also needs an int cast.