Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (8 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/options-discussion.php

    r37227 r37488  
    7979<?php
    8080/**
    81  * Filter the maximum depth of threaded/nested comments.
     81 * Filters the maximum depth of threaded/nested comments.
    8282 *
    8383 * @since 2.7.0.
     
    230230);
    231231/**
    232  * Filter the default avatars.
     232 * Filters the default avatars.
    233233 *
    234234 * Avatars are stored in key/value pairs, where the key is option value,
     
    257257
    258258/**
    259  * Filter the HTML output of the default avatar list.
     259 * Filters the HTML output of the default avatar list.
    260260 *
    261261 * @since 2.6.0
Note: See TracChangeset for help on using the changeset viewer.