mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Use void instead of null where appropriate when pipe-delimiting @return types. If a @return only contains void, remove it.
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32568 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -195,7 +195,7 @@ function _walk_bookmarks( $bookmarks, $args = '' ) {
|
||||
* $categorize is true. Accepts 'ASC' (ascending) or 'DESC' (descending).
|
||||
* Default 'ASC'.
|
||||
* }
|
||||
* @return string|null Will only return if echo option is set to not echo. Default is not return anything.
|
||||
* @return string|void Will only return if echo option is set to not echo. Default is not return anything.
|
||||
*/
|
||||
function wp_list_bookmarks( $args = '' ) {
|
||||
$defaults = array(
|
||||
|
||||
Reference in New Issue
Block a user