Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33128, comment 2


Ignore:
Timestamp:
07/26/2015 01:48:48 PM (11 years ago)
Author:
cvedovini
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33128, comment 2

    initial v1  
    1 the issue is that it was called anyway, and my code was working perfectly, until a recent release (4.2 probably) and now it's only called the first time the form is loaded but it's not called when it's loaded after a the post to update the data.
     1the issue is that it was called anyway, and my code was working perfectly, until a recent release (4.2 probably) and now it's only called the first time the form is loaded but it's not called after the POST to update the data.
    22
    3 so, leaving aside that there was a non backward compatible change, the fact that it is called only once is either inconsistent (it shouldn't be called at all) or a bug (it should also be called when the form is posted, like it was before)
     3so, leaving aside that there was a non backward-compatible change, the fact that it is called only once is either inconsistent (it shouldn't be called at all) or a bug (it should also be called when the form is posted, like it was before)