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/credits.php

    r32277 r32654  
    1919 * @since 3.2.0
    2020 *
    21  * @return array|bool A list of all of the contributors, or false on error.
     21 * @return array|false A list of all of the contributors, or false on error.
    2222*/
    2323function wp_credits() {
     
    5656 * @param string $username      The contributor's username.
    5757 * @param string $profiles      URL to the contributor's WordPress.org profile page.
    58  * @return string A contributor's display name, hyperlinked to a WordPress.org profile page.
    5958 */
    6059function _wp_credits_add_profile_link( &$display_name, $username, $profiles ) {
     
    6968 *
    7069 * @param string &$data External library data, passed by reference.
    71  * @return string Link to the external library.
    7270 */
    7371function _wp_credits_build_object_link( &$data ) {
Note: See TracChangeset for help on using the changeset viewer.