Make WordPress Core

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


Ignore:
Timestamp:
03/17/2016 05:10:54 AM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36084, comment 19

    initial v1  
    66I'm 50/50 on whether we need to support string there. It was added for no good reason (to match the docs?) and is very doubtful anything is using it.
    77
    8 However we should not change how that parameter works, only revert. The bug is that in [34259] the boolean was reversed. However `$rel` has been a boolean for many years. There is no good reason to change it even more.
     8However we should not change how that parameter works, only revert. The bug is that in [34259] the boolean was reversed. However `$rel` has been a boolean for many years. There is no good reason to change it instead of fix the bug.