Make WordPress Core


Ignore:
Timestamp:
05/25/2016 04:04:37 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs.

See #36913.

File:
1 edited

Legend:

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

    r37488 r37560  
    6464<?php
    6565/**
    66  * Print scripts or data before the default footer scripts.
     66 * Prints scripts or data before the default footer scripts.
    6767 *
    6868 * @since 1.2.0
     
    9393
    9494/**
    95  * Print scripts or data after the default footer scripts.
     95 * Prints scripts or data after the default footer scripts.
    9696 *
    9797 * The dynamic portion of the hook name, `$hook_suffix`,
Note: See TracChangeset for help on using the changeset viewer.