#49373 closed enhancement (fixed)
Move WP_Object_Cache into its own file
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Cache API | Keywords: | |
Focuses: | coding-standards | Cc: |
Description
Background: #33413, #37035, #37209, #37827, #47775.
In the tickets linked above, most of WP core classes were moved to their own files to conform to naming conventions in WordPress coding standards.
The same should be done for the WP_Object_Cache
class, which currently resides in wp-includes/cache.php
and should be moved to wp-includes/class-wp-object-cache.php
.
For backward compatibility, the new file should be included from wp-includes/cache.php
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 47197: