Changeset 7252 for branches/2.6/src/includes/extend/akismet.php
- Timestamp:
- 06/23/2024 05:21:38 AM (2 years ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/extend/akismet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/extend/akismet.php
r7227 r7252 21 21 */ 22 22 class BBP_Akismet { 23 24 /** 25 * The last post checked by Akismet. 26 * 27 * @since 2.0.0 bbPress (r3277) 28 * 29 * @var array $last_post Default empty array. 30 */ 31 protected $last_post = array(); 23 32 24 33 /**
Note: See TracChangeset
for help on using the changeset viewer.