Make WordPress Core

Changeset 1267


Ignore:
Timestamp:
05/12/2004 09:03:20 AM (22 years ago)
Author:
saxmatt
Message:

Only include that bugger once.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r1265 r1267  
    11<?php
    22
    3 require(dirname(__FILE__).'/' . 'wp-includes/wp-l10n.php');
     3require_once(dirname(__FILE__).'/' . 'wp-includes/wp-l10n.php');
    44
    55if (!file_exists(dirname(__FILE__).'/' . 'wp-config.php'))
Note: See TracChangeset for help on using the changeset viewer.