Add instruction to replace the _S_VERSION in the readme file
This commit is contained in:
parent
f94fc1e59b
commit
d4ef6775d1
2 changed files with 4 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
*/
|
||||
|
||||
if ( ! defined( '_S_VERSION' ) ) {
|
||||
// Replace #.# with the version number of the theme on each release.
|
||||
define( '_S_VERSION', '#.#' );
|
||||
// Replace the version number of the theme on each release.
|
||||
define( '_S_VERSION', '1.0.0' );
|
||||
}
|
||||
|
||||
if ( ! function_exists( '_s_setup' ) ) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue