Make WordPress Core

Changeset 859


Ignore:
Timestamp:
02/10/2004 03:53:32 PM (22 years ago)
Author:
saxmatt
Message:

Some text fixes.

File:
1 edited

Legend:

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

    r833 r859  
    115115     <?php
    116116        if (is_writeable($file)) {
    117             echo "<input type=\"submit\" name=\"submit\" class=\"search\" value=\"update template !\" tabindex=\"2\" />";
     117            echo "<input type='submit' name='submit' value='Update File' tabindex='2' />";
    118118        } else {
    119             echo "<input type=\"button\" name=\"oops\" class=\"search\" value=\"(you cannot update that file/template: must make it writable, e.g. CHMOD 766)\" tabindex=\"2\" />";
     119            echo "<input type='button' name='oops' value='(You cannot update that file/template: must make it writable, e.g. CHMOD 666)' tabindex='2' />";
    120120        }
    121121        ?>
     
    128128</div>
    129129<div class="wrap">
    130   <p>To edit a file, type its name here. You can edit any file ritable by the server, e.g. CHMOD 766.</p>
     130  <p>To edit a file, type its name here. You can edit any file writable by the server, e.g. CHMOD 766.</p>
    131131  <form name="file" action="templates.php" method="get">
    132132    <input type="text" name="file" />
Note: See TracChangeset for help on using the changeset viewer.