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/user-new.php

    r32116 r32654  
    1818
    1919if ( is_multisite() ) {
     20    /**
     21     *
     22     * @param string $text
     23     * @return string
     24     */
    2025    function admin_created_user_email( $text ) {
    2126        $roles = get_editable_roles();
Note: See TracChangeset for help on using the changeset viewer.