Changeset 601 for trunk/wp-admin/templates.php
- Timestamp:
- 12/11/2003 12:22:36 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/templates.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/templates.php
r589 r601 40 40 41 41 $standalone = 1; 42 require_once(" b2header.php");42 require_once("admin-header.php"); 43 43 44 44 if ($user_level < 3) { … … 60 60 default: 61 61 62 require_once(' b2header.php');62 require_once('admin-header.php'); 63 63 64 64 if ($user_level <= 3) { … … 128 128 </div> 129 129 <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’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’s writable by the server, e.g. CHMOD 766).</p> 131 131 <p>To edit a file, type its name here:</p> 132 132 <form name="file" action="templates.php" method="get"> … … 141 141 } 142 142 143 include(" b2footer.php") ?>143 include("admin-footer.php") ?>
Note: See TracChangeset
for help on using the changeset viewer.