Make WordPress Core


Ignore:
Timestamp:
12/11/2003 12:22:36 AM (23 years ago)
Author:
saxmatt
Message:

The great renaming.

File:
1 edited

Legend:

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

    r589 r601  
    4040
    4141    $standalone = 1;
    42     require_once("b2header.php");
     42    require_once("admin-header.php");
    4343
    4444    if ($user_level < 3) {
     
    6060default:
    6161
    62     require_once('b2header.php');
     62    require_once('admin-header.php');
    6363
    6464    if ($user_level <= 3) {
     
    128128</div>
    129129<div class="wrap">
    130   <p>You can also edit the <a href="templates.php?file=b2comments.php">comments template</a> or the <a href="templates.php?file=b2commentspopup.php">popup comments template</a>, or edit any other file (provided it&#8217;s writable by the server, e.g. CHMOD 766).</p>
     130  <p>You can also edit the <a href="templates.php?file=wp-comments.php">comments template</a> or the <a href="templates.php?file=wp-comments-popup.php">popup comments template</a>, or edit any other file (provided it&#8217;s writable by the server, e.g. CHMOD 766).</p>
    131131  <p>To edit a file, type its name here:</p>
    132132  <form name="file" action="templates.php" method="get">
     
    141141}
    142142
    143 include("b2footer.php") ?>
     143include("admin-footer.php") ?>
Note: See TracChangeset for help on using the changeset viewer.