Make WordPress Core


Ignore:
Timestamp:
05/31/2015 03:17:50 AM (10 years ago)
Author:
wonderboymusic
Message:

Add doc blocks to functions that are missing them.
If the function has no need for @param or @return, do an archeaological dig to find @since.

See #32444.

File:
1 edited

Legend:

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

    r32655 r32672  
    356356}
    357357
     358/**
     359 * @since 3.1.0
     360 */
    358361function wp_network_dashboard_right_now() {
    359362    $actions = array();
     
    12481251}
    12491252
     1253/**
     1254 * @since 3.2.0
     1255 *
     1256 * @param array $classes
     1257 * @return array
     1258 */
    12501259function dashboard_browser_nag_class( $classes ) {
    12511260    $response = wp_check_browser_version();
Note: See TracChangeset for help on using the changeset viewer.