Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 05:45:18 PM (20 months ago)
Author:
espellcaste
Message:

PHPDoc: Correct placement of @since tags.

The @since tag should added before @global, @param, and @return.

Props shailu25
Closes https://github.com/buddypress/buddypress/pull/310
See #9164
Fixes #9168

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin-types.php

    r13883 r13896  
    262262     * Override the Admin parent file to highlight the right menu.
    263263     *
     264     * @since 7.0.0
     265     *
    264266     * @global string $parent_file The parent file of the current admin screen.
    265      *
    266      * @since 7.0.0
    267267     */
    268268    public function screen_head() {
Note: See TracChangeset for help on using the changeset viewer.