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/admin/tools.php

    r7006 r7361  
    515515    $tools_url = admin_url( 'tools.php' );
    516516
    517     // Filter & return
     517    /**
     518     * Filters the tools admin pages.
     519     *
     520     * @since 2.6.0 bbPress (r6273)
     521     *
     522     * @param array $pages The default array of tools pages.
     523     */
    518524    return (array) apply_filters( 'bbp_tools_admin_tabs', array(
    519525        array(
Note: See TracChangeset for help on using the changeset viewer.