Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/05/2025 02:27:53 AM (8 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/core/actions.php

    r7376 r7380  
    22
    33/**
    4  * bbPress Actions
     4 * bbPress Actions.
    55 *
    66 * This file contains the actions that are used through-out bbPress. They are
     
    2323
    2424/**
    25  * Attach bbPress to WordPress
     25 * Attach bbPress to WordPress.
    2626 *
    2727 * bbPress uses its own internal actions to help aid in third-party plugin
     
    5757
    5858/**
    59  * bbp_loaded - Attached to 'plugins_loaded' above
     59 * bbp_loaded - Attached to 'plugins_loaded' above.
    6060 *
    6161 * Attach various loader actions to the bbp_loaded action.
     
    7272
    7373/**
    74  * bbp_init - Attached to 'init' above
     74 * bbp_init - Attached to 'init' above.
    7575 *
    7676 * Attach various initialization actions to the init action.
     
    8787
    8888/**
    89  * bbp_setup_theme - Attached to 'setup_theme' above
     89 * bbp_setup_theme - Attached to 'setup_theme' above.
    9090 *
    9191 * Attach various theme related actions to the setup_theme action.
     
    9696
    9797/**
    98  * bbp_roles_init - Attached to 'wp_roles_init' above
     98 * bbp_roles_init - Attached to 'wp_roles_init' above.
    9999 *
    100100 * Attach various role related actions to the wp_roles_init action.
     
    113113
    114114/**
    115  * bbp_register - Attached to 'init' above on 0 priority
     115 * bbp_register - Attached to 'init' above on 0 priority.
    116116 *
    117117 * Attach various initialization actions early to the init action.
     
    135135
    136136/**
    137  * bbp_ready - attached to end 'bbp_init' above
     137 * bbp_ready - attached to end 'bbp_init' above.
    138138 *
    139139 * Attach actions to the ready action after bbPress has fully initialized.
Note: See TracChangeset for help on using the changeset viewer.