Use 'were' for past subjunctive. fixes #2000
git-svn-id: http://svn.automattic.com/wordpress/trunk@3294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2a4aafe9b9
commit
ea090d6f91
|
@ -163,7 +163,7 @@ checked="checked"
|
|||
</p>
|
||||
</form>
|
||||
<?php if ( $permalink_structure && !$usingpi && !$writable ) : ?>
|
||||
<p><?php _e('If your <code>.htaccess</code> was <a href="http://codex.wordpress.org/Make_a_Directory_Writable">writable</a> we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your <code>.htaccess</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all.') ?></p>
|
||||
<p><?php _e('If your <code>.htaccess</code> file were <a href="http://codex.wordpress.org/Make_a_Directory_Writable">writable</a>, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your <code>.htaccess</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all.') ?></p>
|
||||
<form action="options-permalink.php" method="post">
|
||||
<p>
|
||||
<textarea rows="5" style="width: 98%;" name="rules"><?php echo $wp_rewrite->mod_rewrite_rules(); ?>
|
||||
|
@ -174,4 +174,4 @@ checked="checked"
|
|||
|
||||
</div>
|
||||
|
||||
<?php require('./admin-footer.php'); ?>
|
||||
<?php require('./admin-footer.php'); ?>
|
||||
|
|
Loading…
Reference in New Issue