Changeset 43653 for trunk/src/wp-includes/pomo/plural-forms.php
- Timestamp:
- 09/23/2018 10:49:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/plural-forms.php
r42343 r43653 208 208 $output[] = array( 'value', intval( substr( $str, $pos, $span ) ) ); 209 209 $pos += $span; 210 continue;210 break; 211 211 } 212 212
Note: See TracChangeset
for help on using the changeset viewer.