Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/04/2017 06:26:55 PM (9 years ago)
Author:
tw2113
Message:

Cleanup from recent Scrutinizer review around documentation and param/return types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-cssjs.php

    r11191 r11447  
    411411 *
    412412 * @param bool $return True to get the inline css.
    413  * @return string|array the inline css or an associative array containing
    414  *                      the css rules and the style handle
     413 * @return null|array|false The inline css or an associative array containing
     414 *                          the css rules and the style handle.
    415415 */
    416416function bp_add_cover_image_inline_css( $return = false ) {
Note: See TracChangeset for help on using the changeset viewer.