Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 05:45:18 PM (5 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/admin/bp-core-admin-functions.php

    r13879 r13896  
    2727 * The old "bp-general-settings" page was renamed "bp-components".
    2828 *
     29 * @since 1.6.0
     30 *
    2931 * @global array $_parent_pages
    3032 * @global array $_registered_pages
    3133 * @global array $submenu
    32  *
    33  * @since 1.6.0
    3434 */
    3535function bp_core_admin_backpat_menu() {
     
    6868 * backpat "Help" page, the Activity page, or any third-party plugins.
    6969 *
     70 * @since 1.6.0
     71 *
    7072 * @global string $plugin_page
    7173 * @global array $submenu
    72  *
    73  * @since 1.6.0
    7474 */
    7575function bp_core_modify_admin_menu_highlight() {
     
    221221 * The administrator will be shown a notice for each check that fails.
    222222 *
     223 * @since 1.2.0
     224 *
    223225 * @global wpdb $wpdb WordPress database object.
    224  *
    225  * @since 1.2.0
    226226 */
    227227function bp_core_activation_notice() {
Note: See TracChangeset for help on using the changeset viewer.