Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#45499 closed enhancement (fixed)

@extend class is not present in class WP_User_Meta_Session_Tokens extends WP_Session_Tokens .

Reported by: utsav72640's profile utsav72640 Owned by: pento's profile pento
Milestone: 5.1 Priority: normal
Severity: normal Version: 4.9.8
Component: Security Keywords: has-patch needs-refresh good-first-bug
Focuses: docs Cc:

Description

There is a class WP_User_Meta_Session_Tokens extends WP_Session_Tokens which is having global $see but not in the comment.

Attachments (1)

class-wp-user-meta-session-tokens.php.patch (449 bytes) - added by utsav72640 5 years ago.
wp-includes\class-wp-user-meta-session-tokens.php

Download all attachments as: .zip

Change History (10)

@utsav72640
5 years ago

wp-includes\class-wp-user-meta-session-tokens.php

#1 @pento
5 years ago

  • Milestone changed from Awaiting Review to 5.0.1

#2 @utsav72640
5 years ago

  • Version changed from 5.0 to 4.9.8

#3 @ocean90
5 years ago

  • Component changed from I18N to Security
  • Focuses docs added

#4 @pento
5 years ago

  • Milestone changed from 5.0.1 to 5.0.2

#5 @pento
5 years ago

  • Milestone changed from 5.0.2 to 5.0.3

#6 @desrosj
5 years ago

  • Keywords needs-refresh added
  • Milestone changed from 5.0.3 to 5.1

@utsav72640 Thanks for the patch!

It looks good at first glance. Are you able to create your patch against the src directory, though?

I am also moving this to the 5.1 milestone as documentation patches are not within the scope for 5.0.3.

#7 @desrosj
5 years ago

  • Keywords good-first-bug added
  • Owner set to utsav72640
  • Status changed from new to assigned

Assigning to mark good-first-bug claimed.

#8 @pento
5 years ago

  • Owner changed from utsav72640 to pento

#9 @pento
5 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 44495:

Docs: Add @see WP_Session_Tokens to the WP_User_Meta_Session_Tokens docblock.

Props utsav72640.
Fixes #45499.

Note: See TracTickets for help on using tickets.