Skip to content

Commit b590f5c

Browse files
authored
Merge pull request #1317 from equalizedigital/copilot/sub-pr-1316
Fix @SInCE version tags in Activation_Redirect class
2 parents 85fb4c8 + 05ba25c commit b590f5c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

admin/class-activation-redirect.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
*
1717
* Handles redirecting to the welcome page after plugin activation.
1818
*
19-
* @since 1.35.0
19+
* @since 1.36.0
2020
*/
2121
class Activation_Redirect {
2222

2323
/**
2424
* The page slug for the welcome page.
2525
*
26-
* @since 1.35.0
26+
* @since 1.36.0
2727
* @var string
2828
*/
2929
const WELCOME_PAGE_SLUG = 'accessibility_checker';
3030

3131
/**
3232
* Initialize the activation redirect.
3333
*
34-
* @since 1.35.0
34+
* @since 1.36.0
3535
*/
3636
public function init(): void {
3737
add_action( 'admin_init', [ $this, 'maybe_redirect_to_welcome' ] );
@@ -40,7 +40,7 @@ public function init(): void {
4040
/**
4141
* Get the welcome page URL.
4242
*
43-
* @since 1.35.0
43+
* @since 1.36.0
4444
* @return string The URL to the welcome page.
4545
*/
4646
public function get_welcome_page_url(): string {
@@ -57,7 +57,7 @@ public function get_welcome_page_url(): string {
5757
* - We're not activating multiple plugins at once
5858
* - User has permission to access the welcome page
5959
*
60-
* @since 1.35.0
60+
* @since 1.36.0
6161
* @return void
6262
*/
6363
public function maybe_redirect_to_welcome(): void {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)