Make WordPress Core


Ignore:
Timestamp:
05/29/2015 08:16:22 PM (10 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to wp-admin/includes/*.
Fix some egregious uses of tabbing.
Some functions can simply return apply_filters(...) instead of setting a variable that is immediately returned.

See #32444.

File:
1 edited

Legend:

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

    r32642 r32654  
    158158 *
    159159 * @param string $table_name Table name
    160  * @param string $col_name Column name
    161  * @param string $col_type Column type
    162  * @param bool $is_null Optional. Check is null.
    163  * @param mixed $key Optional. Key info.
    164  * @param mixed $default Optional. Default value.
    165  * @param mixed $extra Optional. Extra value.
     160 * @param string $col_name   Column name
     161 * @param string $col_type   Column type
     162 * @param bool   $is_null    Optional. Check is null.
     163 * @param mixed  $key        Optional. Key info.
     164 * @param mixed  $default    Optional. Default value.
     165 * @param mixed  $extra      Optional. Extra value.
    166166 * @return bool True, if matches. False, if not matching.
    167167 */
Note: See TracChangeset for help on using the changeset viewer.