Make WordPress Core


Ignore:
Timestamp:
09/06/2013 01:37:59 AM (12 years ago)
Author:
nacin
Message:

Short descriptions for inline docs should end with a period, per the vast majority of core. see #25229.

File:
1 edited

Legend:

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

    r25252 r25273  
    2828        <?php
    2929        /**
    30          * Filter the "Thank you" text displayed in the admin footer
     30         * Filter the "Thank you" text displayed in the admin footer.
    3131         *
    3232         * @since 2.8.0
     
    3939        <?php
    4040        /**
    41          * Filter the version/update text displayed in the admin footer
     41         * Filter the version/update text displayed in the admin footer.
    4242         *
    4343         * @see core_update_footer() WordPress prints the current version and update information,
     
    5454<?php
    5555/**
    56  * Print scripts or data before the default footer scripts
     56 * Print scripts or data before the default footer scripts.
    5757 *
    5858 * @since 2.5.0
     
    6262
    6363/**
    64  * Prints any scripts and data queued for the footer
     64 * Prints any scripts and data queued for the footer.
    6565 *
    6666 * @since 2.8.0
     
    6969
    7070/**
    71  * Print scripts or data after the default footer scripts
     71 * Print scripts or data after the default footer scripts.
    7272 *
    73  * @since unknown
     73 * @since 2.8.0
    7474 *
    75  * @param type $GLOBALS['hook_suffix'] The current admin page.
     75 * @param string $GLOBALS['hook_suffix'] The current admin page.
    7676 */
    7777do_action("admin_footer-" . $GLOBALS['hook_suffix']);
Note: See TracChangeset for help on using the changeset viewer.