Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/05/2025 02:27:53 AM (5 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: docs & code formatting improvements.

Props johnjamesjacoby, noruzzaman.

Fixes #3659.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/tools.php

    r7378 r7380  
    22
    33/**
    4  * bbPress Admin Tools Page
     4 * bbPress Admin Tools Page.
    55 *
    66 * @package bbPress
     
    1212
    1313/**
    14  * Output a bbPress specific tools box
     14 * Output a bbPress specific tools box.
    1515 *
    1616 * @since 2.6.0 bbPress (r6273)
     
    5454
    5555/**
    56  * Register an admin area repair tool
     56 * Register an admin area repair tool.
    5757 *
    5858 * @since 2.6.0 bbPress (r5885)
     
    107107
    108108/**
    109  * Register the default repair tools
     109 * Register the default repair tools.
    110110 *
    111111 * @since 2.6.0 bbPress (r5885)
     
    515515
    516516/**
    517  * Output the tabs in the admin area
     517 * Output the tabs in the admin area.
    518518 *
    519519 * @since 2.1.0 bbPress (r3872)
    520520 *
    521  * @param string $active_tab Name of the tab that is active
     521 * @param string $active_tab Name of the tab that is active.
    522522 */
    523523function bbp_tools_admin_tabs( $active_tab = '' ) {
     
    526526
    527527    /**
    528      * Output the tabs in the admin area
     528     * Output the tabs in the admin area.
    529529     *
    530530     * @since 2.1.0 bbPress (r3872)
    531531     *
    532      * @param string $active_tab Name of the tab that is active
     532     * @param string $active_tab Name of the tab that is active.
    533533     */
    534534    function bbp_get_tools_admin_tabs( $active_tab = '' ) {
     
    564564
    565565/**
    566  * Return possible tools pages
     566 * Return possible tools pages.
    567567 *
    568568 * @since 2.6.0 bbPress (r6273)
Note: See TracChangeset for help on using the changeset viewer.