mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Standardize filter docs in remaining wp-includes/* files to use third-person singular verbs per the inline documentation standards for PHP.
See #36913. git-svn-id: https://develop.svn.wordpress.org/trunk@37518 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -40,7 +40,7 @@ abstract class WP_Session_Tokens {
|
||||
*/
|
||||
final public static function get_instance( $user_id ) {
|
||||
/**
|
||||
* Filter the session token manager used.
|
||||
* Filters the session token manager used.
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
@@ -118,7 +118,7 @@ abstract class WP_Session_Tokens {
|
||||
*/
|
||||
final public function create( $expiration ) {
|
||||
/**
|
||||
* Filter the information attached to the newly created session.
|
||||
* Filters the information attached to the newly created session.
|
||||
*
|
||||
* Could be used in the future to attach information such as
|
||||
* IP address or user agent to a session.
|
||||
|
||||
Reference in New Issue
Block a user