Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/29/2025 06:47:21 PM (2 months ago)
Author:
johnjamesjacoby
Message:

Common - Code Improvement: Correct some missing/inaccurate @return tags.

Props manhphuc.

See: https://github.com/bbpress/bbPress/pull/39

In trunk, for 2.7.

File:
1 edited

Legend:

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

    r7381 r7392  
    1515 *
    1616 * @since 2.6.0 bbPress (r6273)
     17 *
     18 * @return void
    1719 */
    1820function bbp_admin_tools_box() {
     
    5961 *
    6062 * @param array $args
    61  * @return
     63 * @return void
    6264 */
    6365function bbp_register_repair_tool( $args = array() ) {
     
    531533 *
    532534 * @param string $active_tab Name of the tab that is active.
     535 *
     536 * @return string
    533537 */
    534538function bbp_get_tools_admin_tabs( $active_tab = '' ) {
Note: See TracChangeset for help on using the changeset viewer.