Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:41:48 AM (9 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6398.

File:
1 edited

Legend:

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

    r10417 r10425  
    2424 * @uses get_template_part()
    2525 *
    26  * @param string $slug Template part slug. Used to generate filenames,
    27  *                     eg 'friends' for 'friends.php'.
    28  * @param string $name Optional. Template part name. Used to generate
    29  *                     secondary filenames, eg 'personal' for 'activity-personal.php'.
     26 * @param string      $slug Template part slug. Used to generate filenames,
     27 *                          eg 'friends' for 'friends.php'.
     28 * @param string|null $name Optional. Template part name. Used to generate
     29 *                          secondary filenames, eg 'personal' for 'activity-personal.php'.
    3030 * @return string Path to located template. See {@link bp_locate_template()}.
    3131 */
     
    256256 * @see bp_get_template_part() for a description of $slug and $name params.
    257257 *
    258  * @param string $slug See {@link bp_get_template_part()}.
    259  * @param string $name See {@link bp_get_template_part()}.
    260  * @param bool   $echo If true, template content will be echoed. If false,
    261  *                     returned. Default: true.
     258 * @param string      $slug See {@link bp_get_template_part()}.
     259 * @param string|null $name See {@link bp_get_template_part()}.
     260 * @param bool        $echo If true, template content will be echoed. If false,
     261 *                          returned. Default: true.
    262262 * @return string|null If $echo, returns the template content.
    263263 */
     
    372372 *
    373373 * @param array $stacks Array of template locations.
    374  * @return array() Array of all template locations registered so far.
     374 * @return array Array of all template locations registered so far.
    375375 */
    376376function bp_add_template_stack_locations( $stacks = array() ) {
Note: See TracChangeset for help on using the changeset viewer.