Making WordPress.org

Ticket #6654: 6654.3.patch

File 6654.3.patch, 2.3 KB (added by viralsampat, 21 months ago)

I have checked above mentioned issue and founds few more files. I have applied its patch.

  • public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php

     
    8383                 * @param array $tables The default tables.
    8484                 *
    8585                 * @return array
     86                 *
     87                 * @global BuddyPress $bp BuddyPress global settings
    8688                 */
    8789                public function change_global_table_names( $tables ) {
    8890                        global $bp;
     
    100102                 * @param array $tables The default meta table.
    101103                 *
    102104                 * @return array
     105                 *
     106                 * @global BuddyPress $bp BuddyPress global settings
    103107                 */
    104108                public function change_meta_table_names( $tables ) {
    105109                        global $bp;
     
    113117                 * Make the cache-group localised to the profile site.
    114118                 *
    115119                 * See https://core.trac.wordpress.org/ticket/54303 for remove_global_group.
     120                 *
     121                 * @global $wp_object_cache.
    116122                 */
    117123                public function bp_setup_cache_groups() {
    118124                        global $wp_object_cache;
  • public_html/wp-content/plugins/wporg-profiles-association-handler/wporg-profiles-association-handler.php

     
    4646                 *
    4747                 * @param  array $tables The default tables.
    4848                 * @return array
     49                 *
     50                 * @global BuddyPress $bp BuddyPress global settings
    4951                 */
    5052                public function change_global_table_names( $tables ) {
    5153                        global $bp;
     
    6365                 *
    6466                 * @param  array $tables The default meta table.
    6567                 * @return array
     68                 *
     69                 * @global BuddyPress $bp BuddyPress global settings
    6670                 */
    6771                public function change_meta_table_names( $tables ) {
    6872                        global $bp;
     
    7680                 * Make the cache-group localised to the profile site.
    7781                 *
    7882                 * See https://core.trac.wordpress.org/ticket/54303 for remove_global_group.
     83                 *
     84                 * @global $wp_object_cache.
    7985                 */
    8086                public function bp_setup_cache_groups() {
    8187                        global $wp_object_cache;