forked from mirror/_s
Add necessay backticks
This commit is contained in:
parent
e4665250dd
commit
8d9886c535
|
@ -26,7 +26,7 @@ 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 `Text Domain: _s` in style.css.
|
||||
3. Search for `Text Domain: _s` in `style.css`.
|
||||
4. Search for <code> _s</code> (with a space before it) to capture DocBlocks.
|
||||
5. Search for `_s-` to capture prefixed handles.
|
||||
|
||||
|
@ -34,7 +34,7 @@ OR
|
|||
|
||||
1. Search for: `'_s'` and replace with: `'megatherium-is-awesome'`
|
||||
2. Search for: `_s_` and replace with: `megatherium_is_awesome_`
|
||||
3. Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium-is-awesome` in style.css.
|
||||
3. Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium-is-awesome` in `style.css`.
|
||||
4. Search for: <code> _s</code> and replace with: <code> Megatherium_is_Awesome</code>
|
||||
5. Search for: `_s-` and replace with: `megatherium-is-awesome-`
|
||||
|
||||
|
|
Reference in New Issue