Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41191, comment 39


Ignore:
Timestamp:
02/26/2018 04:00:57 PM (7 years ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41191, comment 39

    initial v1  
    66* The API on wordpress.org supports an `ip_address` parameter which has to be a truncated IP address where the last segment is always 0 (for privacy reasons, example: 123.456.789.0). This can be used in the future to possibly automatically detect the host and thus return a proper `update_url` (which at this point is a supported return value already, but always an empty string). It would be easy to make core future-proof in that regard: The actual notice already takes that return value into account, now we only have to decide whether we should actually send the (truncated) IP address or not.
    77* Should the color of the notice remain red (typically for errors) or be changed to orange (typically for warnings)?
     8
     9Also still missing in the implementation is the change of setting the dashboard widget to appear at a high priority (no discussion needed, just implementation).