- Timestamp:
- 03/18/2018 10:51:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/functions.php
r11899 r11900 607 607 * @since 3.0.0 608 608 * 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. 612 612 * 613 613 * @return array A list of component's dir nav items … … 771 771 * @since 3.0.0 772 772 * 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. 776 777 */ 777 778 function bp_nouveau_get_temporary_setting( $option = '', $retval = false ) { … … 942 943 943 944 $cover_image = isset( $params['cover_image'] ) ? 'background-image: url( ' . $params['cover_image'] . ' );' : ''; 944 945 945 $hide_avatar_style = ''; 946 946
Note: See TracChangeset
for help on using the changeset viewer.