Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/comment.php

    r35262 r37488  
    103103    $comment->comment_content = format_to_edit( $comment->comment_content );
    104104    /**
    105      * Filter the comment content before editing.
     105     * Filters the comment content before editing.
    106106     *
    107107     * @since 2.0.0
Note: See TracChangeset for help on using the changeset viewer.