Add instruction to replace the _S_VERSION in the readme file

This commit is contained in:
Ismail El Korchi 2020-04-06 22:26:57 +01:00
parent f94fc1e59b
commit d4ef6775d1
2 changed files with 4 additions and 2 deletions

View file

@ -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' ) ) :