forked from mirror/_s
Revert part of previous commit so that search and replace step 3 is parsed properly.
This commit is contained in:
parent
ddec2916eb
commit
eb683c73a3
|
@ -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: ` _s` and replace with: ` Megatherium`
|
* Search for: <code> _s</code> and replace with: <code> 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.
|
||||||
|
|
Reference in New Issue