Make WordPress Core


Ignore:
Timestamp:
02/17/2009 05:03:29 AM (16 years ago)
Author:
ryan
Message:

Switch to pomo lib. Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r10513 r10584  
    274274require (ABSPATH . WPINC . '/plugin.php');
    275275require (ABSPATH . WPINC . '/default-filters.php');
    276 include_once(ABSPATH . WPINC . '/streams.php');
    277 include_once(ABSPATH . WPINC . '/gettext.php');
     276include_once(ABSPATH . WPINC . '/pomo/mo.php');
    278277require_once (ABSPATH . WPINC . '/l10n.php');
    279278
Note: See TracChangeset for help on using the changeset viewer.