Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/05/2020 12:41:13 PM (3 years ago)
Author:
imath
Message:

Raise WordPress required version to 4.9

Fixes #8318

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-wpabstraction.php

    r12606 r12683  
    313313 *
    314314 * WordPress 5.1.0 deprecated the `wpmu_new_blog` action. As BuddyPress is supporting WordPress back
    315  * to 4.8.0, this function makes sure we are using the new hook `wp_initialize_site` when the current
     315 * to 4.9.0, this function makes sure we are using the new hook `wp_initialize_site` when the current
    316316 * WordPress version is upper or equal to 5.1.0 and that we keep on using `wpmu_new_blog` for earlier
    317317 * versions of WordPress.
     
    406406 *
    407407 * WordPress 5.1.0 deprecated the `delete_blog` action. As BuddyPress is supporting WordPress back
    408  * to 4.8.0, this function makes sure we are using the new hook `wp_validate_site_deletion` when the
     408 * to 4.9.0, this function makes sure we are using the new hook `wp_validate_site_deletion` when the
    409409 * current WordPress version is upper or equal to 5.1.0 and that we keep on using `delete_blog` for
    410410 * earlier versions of WordPress.
Note: See TracChangeset for help on using the changeset viewer.