Changeset 56549 for trunk/src/wp-includes/compat.php
- Timestamp:
- 09/09/2023 09:26:01 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r56141 r56549 204 204 do { 205 205 // We had some string left over from the last round, but we counted it in that last round. 206 $count--;206 --$count; 207 207 208 208 /*
Note: See TracChangeset
for help on using the changeset viewer.