From 45b985d6d9f7dffb8c4b39398225adb508b62c68 Mon Sep 17 00:00:00 2001 From: Aahan Krish Date: Tue, 21 Jan 2014 21:27:30 -0800 Subject: [PATCH] Fixed the order of text replacements Proper order is necessary to do the intended text replacements. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 787465e2..28afac77 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,17 @@ If you want to set things up manually, download `_s` from github. The first thin 1. Search for `'_s'` (inside single quotations) to capture the text domain. 2. Search for `_s_` to capture all the function names. -3. Search for  _s (with a space before it) to capture DocBlocks. -4. Search for `_s-` to capture prefixed handles. -5. Search for `Text Domain: _s` in style.css. +3. Search for `Text Domain: _s` in style.css. +4. Search for  _s (with a space before it) to capture DocBlocks. +5. Search for `_s-` to capture prefixed handles. OR * Search for: `'_s'` and replace with: `'megatherium'` * Search for: `_s_` and replace with: `megatherium_` +* Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium` in style.css. * Search for:  _s and replace with:  Megatherium * Search for: `_s-` and replace with: `megatherium-` -* Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium` in style.css. Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme.