Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 10:51:34 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: general code review/tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/functions.php

    r11899 r11900  
    607607 * @since 3.0.0
    608608 *
    609  * @param  string $hook      The hook to fire.
    610  * @param  string $component The component nav belongs to.
    611  * @param  int    $position  The position of the nav item.
     609 * @param string $hook      The hook to fire.
     610 * @param string $component The component nav belongs to.
     611 * @param int    $position  The position of the nav item.
    612612 *
    613613 * @return array A list of component's dir nav items
     
    771771 * @since 3.0.0
    772772 *
    773  * @param  string $option the index of the setting to get.
    774  * @param  mixed  $retval the value to use as default.
    775  * @return mixed          the value for the requested option.
     773 * @param string $option the index of the setting to get.
     774 * @param mixed  $retval the value to use as default.
     775 *
     776 * @return mixed The value for the requested option.
    776777 */
    777778function bp_nouveau_get_temporary_setting( $option = '', $retval = false ) {
     
    942943
    943944    $cover_image = isset( $params['cover_image'] ) ? 'background-image: url( ' . $params['cover_image'] . ' );' : '';
    944 
    945945    $hide_avatar_style = '';
    946946
Note: See TracChangeset for help on using the changeset viewer.