Changeset 13316 for trunk/wp-includes/pomo/translations.php
- Timestamp:
- 02/22/2010 11:12:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/translations.php
r13228 r13316 127 127 return call_user_func($this->_gettext_select_plural_form, $count); 128 128 } 129 129 130 130 function nplurals_and_expression_from_header($header) { 131 131 if (preg_match('/^\s*nplurals\s*=\s*(\d+)\s*;\s+plural\s*=\s*(.+)$/', $header, $matches)) { … … 181 181 return rtrim($res, ';'); 182 182 } 183 183 184 184 function make_headers($translation) { 185 185 $headers = array(); … … 194 194 return $headers; 195 195 } 196 196 197 197 function set_header($header, $value) { 198 198 parent::set_header($header, $value); … … 213 213 var $entries = array(); 214 214 var $headers = array(); 215 215 216 216 function add_entry($entry) { 217 217 return true;
Note: See TracChangeset
for help on using the changeset viewer.