Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63286, comment 7


Ignore:
Timestamp:
04/17/2025 11:06:36 PM (3 months ago)
Author:
greatislander
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63286, comment 7

    initial v1  
    1 Updated to check `IS_PROFILE_PAGE` constant before adding autocomplete attributes.
     1Updated to check `IS_PROFILE_PAGE` constant before adding autocomplete attributes. I used an inline `if` statement but if you'd prefer I could use conditional blocks and output each input differently depending on whether or not `IS_PROFILE_PAGE` is true.