Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 09:19:27 PM (6 years ago)
Author:
imath
Message:

Core: fix PHP code standards & typos in inline comments

Props passoniate, dontdream

Fixes #8224

File:
1 edited

Legend:

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

    r12281 r12546  
    9898function bp_locate_template( $template_names, $load = false, $require_once = true ) {
    9999
    100     // Bail when there are no templates to locate
     100    // Bail when there are no templates to locate.
    101101    if ( empty( $template_names ) ) {
    102102        return false;
     
    136136    /**
    137137     * This action exists only to follow the standard BuddyPress coding convention,
    138      * and should not be used to short-circuit any part of the template locator.
     138     * and should not be used to short-circuit any part of the template locater.
    139139     *
    140140     * If you want to override a specific template part, please either filter
Note: See TracChangeset for help on using the changeset viewer.