Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: documentation.
  • Loading branch information
snehapatil2001 committed Aug 3, 2024
commit 28981609b41103a9d6a4637aac9fb6e0521e7b0f
2 changes: 2 additions & 0 deletions src/wp-includes/class-wp-object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class WP_Object_Cache {
/**
* Whether the cache is enabled.
*
* This property should be declared in any classes that extend WP_Object_Cache.
*
* @since 2.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noting that this would need to be updated before being committed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@desrosj Thanks for the feedback! I've clarified the doc. Let me know if you meant something else

* @var bool
*/
Expand Down