Stylistic fixes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-10-25 22:08:33 +00:00
parent 8cbdbb7d16
commit cc169363e2
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ switch($step) {
case 1: case 1:
?> ?>
<h1>Step 1</h1> <h1>Step 1</h1>
<p>If it isn't there already, let's add a field new to this version.</p> <p>If it isn&#8217;t there already, let&#8217;s add a field new to this version.</p>
<?php <?php
// Create post_name field // Create post_name field
$query = "ALTER TABLE `$tableposts` ADD `post_name` VARCHAR(200) NOT NULL"; $query = "ALTER TABLE `$tableposts` ADD `post_name` VARCHAR(200) NOT NULL";
@ -78,7 +78,7 @@ foreach($posts as $post) {
?> ?>
<strong>Done.</strong> </p> <strong>Done.</strong> </p>
<p>See, that didn't hurt a bit. All done!</p> <p>See, that didn&#8217;t hurt a bit. All done!</p>
<?php <?php
break; break;
} }