Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56386, comment 3


Ignore:
Timestamp:
08/25/2022 01:01:18 PM (3 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56386, comment 3

    initial v1  
    1 Good point, if we didn't drop the underscore from `_doing_it_wrong()`, `_deprecated_function()`, seems OK to keep it here too.
     1Good point, if we haven't dropped the underscore from `_doing_it_wrong()`, `_deprecated_function()`, seems OK to keep it here too.
    22
    33I suppose we could also introduce non-underscored aliases like `prime_post_caches()` or `wp_prime_post_caches()`, but I'm not sure if there's a strong reason for that at this time, so keeping the current names would be my preference.