Make WordPress Core


Ignore:
Timestamp:
05/24/2015 05:39:47 AM (9 years ago)
Author:
wonderboymusic
Message:

Use void instead of null where appropriate when pipe-delimiting @return types. If a @return only contains void, remove it.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/bookmark-template.php

    r30536 r32568  
    196196 *                                      Default 'ASC'.
    197197 * }
    198  * @return string|null Will only return if echo option is set to not echo. Default is not return anything.
     198 * @return string|void Will only return if echo option is set to not echo. Default is not return anything.
    199199 */
    200200function wp_list_bookmarks( $args = '' ) {
Note: See TracChangeset for help on using the changeset viewer.