Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (8 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

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

    r10889 r10899  
    7171 *
    7272 * @see bp_get_template_part() for full documentation.
     73 *
     74 * @param string      $slug Template slug.
     75 * @param string|null $name Template name.
     76 * @return string
    7377 */
    7478function bp_get_asset_template_part( $slug, $name = null ) {
     
    157161 * @since 2.6.0
    158162 *
    159  * @param  string    Relative filename to search for.
     163 * @param string $filename Relative filename to search for.
    160164 * @return array|bool Array of asset data if one is located (includes absolute filepath and URI).
    161165 *                    Boolean false on failure.
Note: See TracChangeset for help on using the changeset viewer.