Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/16/2025 11:04:14 PM (3 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: Document some filters.

This commit improves the code documentation of several filters across the codebase.

Props johnjamesjacoby, narenin, sirlouen.

In trunk, for 2.7.

See #3110.

File:
1 edited

Legend:

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

    r7357 r7361  
    9393    }
    9494
    95     // Filter & return
     95     /**
     96     * Filters the path to the template file that is being used.
     97     *
     98     * @since 2.0.0 bbPress (r3032)
     99     *
     100     * @param string $template The path to the template file.
     101     */
    96102    return apply_filters( 'bbp_template_include_theme_supports', $template );
    97103}
Note: See TracChangeset for help on using the changeset viewer.