Revert part of previous commit so that search and replace step 3 is parsed properly.

This commit is contained in:
Philip Arthur Moore 2013-03-23 20:02:11 -05:00
parent ddec2916eb
commit eb683c73a3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ OR
* Search for: `'_s'` and replace with: `'megatherium'` * Search for: `'_s'` and replace with: `'megatherium'`
* Search for: `_s_` and replace with: `megatherium_` * Search for: `_s_` and replace with: `megatherium_`
* Search for: `&nbsp;_s` and replace with: `&nbsp;Megatherium` * Search for: <code>&nbsp;_s</code> and replace with: <code>&nbsp;Megatherium</code>
* Search for: `_s-` and replace with: `megatherium-` * Search for: `_s-` and replace with: `megatherium-`
Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme. Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme.