Changeset 43746 for branches/5.0/src/wp-includes/pomo/plural-forms.php
- Timestamp:
- 10/18/2018 03:41:46 AM (7 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/pomo/plural-forms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-includes/pomo/plural-forms.php
r41723 r43746 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.