Ticket #6654: 6654.3.patch
File 6654.3.patch, 2.3 KB (added by , 21 months ago) |
---|
-
public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php
83 83 * @param array $tables The default tables. 84 84 * 85 85 * @return array 86 * 87 * @global BuddyPress $bp BuddyPress global settings 86 88 */ 87 89 public function change_global_table_names( $tables ) { 88 90 global $bp; … … 100 102 * @param array $tables The default meta table. 101 103 * 102 104 * @return array 105 * 106 * @global BuddyPress $bp BuddyPress global settings 103 107 */ 104 108 public function change_meta_table_names( $tables ) { 105 109 global $bp; … … 113 117 * Make the cache-group localised to the profile site. 114 118 * 115 119 * See https://core.trac.wordpress.org/ticket/54303 for remove_global_group. 120 * 121 * @global $wp_object_cache. 116 122 */ 117 123 public function bp_setup_cache_groups() { 118 124 global $wp_object_cache; -
public_html/wp-content/plugins/wporg-profiles-association-handler/wporg-profiles-association-handler.php
46 46 * 47 47 * @param array $tables The default tables. 48 48 * @return array 49 * 50 * @global BuddyPress $bp BuddyPress global settings 49 51 */ 50 52 public function change_global_table_names( $tables ) { 51 53 global $bp; … … 63 65 * 64 66 * @param array $tables The default meta table. 65 67 * @return array 68 * 69 * @global BuddyPress $bp BuddyPress global settings 66 70 */ 67 71 public function change_meta_table_names( $tables ) { 68 72 global $bp; … … 76 80 * Make the cache-group localised to the profile site. 77 81 * 78 82 * See https://core.trac.wordpress.org/ticket/54303 for remove_global_group. 83 * 84 * @global $wp_object_cache. 79 85 */ 80 86 public function bp_setup_cache_groups() { 81 87 global $wp_object_cache;