Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31528, comment 19


Ignore:
Timestamp:
03/13/2015 12:07:38 PM (10 years ago)
Author:
ericlewis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31528, comment 19

    initial v1  
    1 In attachment:31528.12.diff, continuing on attachment:31528.11.diff, update the version number in the list table when a plugin is updated.
     1In attachment:31528.12.diff, continuing on attachment:31528.11.diff:
    22
    3 Since the plugin meta data can be filtered (`plugin_row_meta`), I opted for some intelligent string replacement (with l10n support) rather than creating new targetable HTML wrappers.
     3* update the version number in the list table when a plugin is updated. Since the plugin meta data can be filtered (`plugin_row_meta`), I opted for some intelligent string replacement (with l10n support) rather than creating new targetable HTML wrappers.
     4* return an error in case updates are made in rapid succession, the `update_plugins` site transient has been flushed, and WP doesn't think the plugin needs to be updated. This is a stopgap, and we should look into fixing that.