Skip to:
Content

BuddyPress.org

Ticket #8492: 8492.patch

File 8492.patch, 497 bytes (added by imath, 5 years ago)
  • src/class-buddypress.php

    diff --git src/class-buddypress.php src/class-buddypress.php
    index d58d1792a..6d8d0f74a 100644
    class BuddyPress { 
    511511                        require( $this->plugin_dir . 'bp-core/deprecated/4.0.php' );
    512512                        require( $this->plugin_dir . 'bp-core/deprecated/6.0.php' );
    513513                        require( $this->plugin_dir . 'bp-core/deprecated/7.0.php' );
     514                        require( $this->plugin_dir . 'bp-core/deprecated/8.0.php' );
    514515                }
    515516
    516517                // Load wp-cli module if PHP 5.6+.