Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53875


Ignore:
Timestamp:
08/04/2021 08:52:16 PM (5 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53875 – Description

    initial v1  
    4444For additional context, the examples I used above also use inconsistent language across the entire codebase, and my plan is to modify these lines already to make them consistent, and I'd like to bring both the syntax and the language inline together at the same time.
    4545
     46Before:
     47
    4648`/** WordPress Administration Bootstrap */`
    4749
    48 `/** Load WordPress Administration Bootstrap */`
     50After:
     51`// Load WordPress Administration Bootstrap`