Make WordPress Core


Ignore:
Timestamp:
02/22/2010 11:12:48 PM (15 years ago)
Author:
markjaquith
Message:

Whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pomo/translations.php

    r13228 r13316  
    127127        return call_user_func($this->_gettext_select_plural_form, $count);
    128128    }
    129    
     129
    130130    function nplurals_and_expression_from_header($header) {
    131131        if (preg_match('/^\s*nplurals\s*=\s*(\d+)\s*;\s+plural\s*=\s*(.+)$/', $header, $matches)) {
     
    181181        return rtrim($res, ';');
    182182    }
    183    
     183
    184184    function make_headers($translation) {
    185185        $headers = array();
     
    194194        return $headers;
    195195    }
    196    
     196
    197197    function set_header($header, $value) {
    198198        parent::set_header($header, $value);
     
    213213    var $entries = array();
    214214    var $headers = array();
    215    
     215
    216216    function add_entry($entry) {
    217217        return true;
Note: See TracChangeset for help on using the changeset viewer.