Changeset 45590 for trunk/src/wp-includes/pomo/plural-forms.php
- Timestamp:
- 07/02/2019 11:41:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/plural-forms.php
r43653 r45590 241 241 return $this->cache[ $num ]; 242 242 } 243 return $this->cache[ $num ] = $this->execute( $num ); 243 $this->cache[ $num ] = $this->execute( $num ); 244 return $this->cache[ $num ]; 244 245 } 245 246
Note: See TracChangeset
for help on using the changeset viewer.