Changes between Initial Version and Version 1 of Ticket #53875
- Timestamp:
- 08/04/2021 08:52:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53875 – Description
initial v1 44 44 For 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. 45 45 46 Before: 47 46 48 `/** WordPress Administration Bootstrap */` 47 49 48 `/** Load WordPress Administration Bootstrap */` 50 After: 51 `// Load WordPress Administration Bootstrap`