Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29722, comment 5


Ignore:
Timestamp:
09/22/2014 02:08:16 PM (11 years ago)
Author:
kitchin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29722, comment 5

    initial v1  
    88                        }
    99                }
    10         } else if ( is_string($l10n) ) {
     10        } elseif ( is_string($l10n) ) {
    1111                $l10n = html_entity_decode( $l10n, ENT_QUOTES, 'UTF-8');
    1212        }