bump down version number
This commit is contained in:
parent
82c3f93340
commit
ef7dbc75a1
|
@ -135,7 +135,7 @@ class WC_Admin_Setup_Wizard {
|
||||||
* @return string URL for next step if a next step exists.
|
* @return string URL for next step if a next step exists.
|
||||||
* Admin URL if it's the last step.
|
* Admin URL if it's the last step.
|
||||||
* Empty string on failure.
|
* Empty string on failure.
|
||||||
* @since 3.1.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
public function get_next_step_link( $step = '' ) {
|
public function get_next_step_link( $step = '' ) {
|
||||||
if ( ! $step ) {
|
if ( ! $step ) {
|
||||||
|
|
Loading…
Reference in New Issue