Changeset 34348 for trunk/src/wp-includes/pomo/mo.php
- Timestamp:
- 09/20/2015 03:51:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/mo.php
r32672 r34348 11 11 require_once dirname(__FILE__) . '/streams.php'; 12 12 13 if ( ! class_exists( 'MO') ):13 if ( ! class_exists( 'MO', false ) ): 14 14 class MO extends Gettext_Translations { 15 15
Note: See TracChangeset
for help on using the changeset viewer.