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:
Drew Jaynes
2016-05-22 18:49:05 +00:00
parent 422cdb28a1
commit d11f7ed391
38 changed files with 103 additions and 103 deletions
+2 -2
View File
@@ -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.