Make WordPress Core


Ignore:
Timestamp:
04/22/2005 12:16:48 AM (21 years ago)
Author:
ryan
Message:

Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1272 Props: nbachiyski

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r2548 r2570  
    1818<html xmlns="http://www.w3.org/1999/xhtml">
    1919<head>
    20     <title>WordPress &rsaquo; Installation</title>
     20    <title><?php _e('WordPress &rsaquo; Installation'); ?></title>
    2121    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    2222    <style media="screen" type="text/css">
Note: See TracChangeset for help on using the changeset viewer.