Ticket #6654: 6654.patch
File 6654.patch, 8.7 KB (added by , 21 months ago) |
---|
-
public_html/wp-content/plugins/bbpress-org/tools.php
6 6 * @author johnjamesjacoby 7 7 * @since 1.0.4 8 8 * @return If not spamming a user 9 * 10 * @global wpdb $wpdb WordPress database object. 9 11 */ 10 12 function bbporg_make_user_spammer() { 11 13 -
public_html/wp-content/plugins/buddypress-org/extensions.php
33 33 34 34 /** User Search ***************************************************************/ 35 35 36 /** 37 * @global BuddyPress $bp BuddyPress global settings 38 */ 36 39 function bporg_users_count_sql( $query, $search_terms ) { 37 40 global $bp; 38 41 … … 40 43 } 41 44 add_filter( 'bp_core_search_users_count_sql', 'bporg_users_count_sql', 10, 2 ); 42 45 46 /** 47 * @global BuddyPress $bp BuddyPress global settings 48 */ 43 49 function bporg_users_sql( $query, $search_terms, $pag_sql ) { 44 50 global $bp; 45 51 … … 166 172 add_action( 'init', 'bporg_redirect', 1 ); // before bp_init 167 173 } 168 174 175 /** 176 * @global BuddyPress $bp BuddyPress global settings 177 */ 169 178 function bporg_insert_at_mention( $content, $activity_obj ) { 170 179 global $bp; 171 180 … … 179 188 } 180 189 add_filter( 'bp_activity_content_before_save', 'bporg_insert_at_mention', 10, 2 ); 181 190 191 /** 192 * @global BuddyPress $bp BuddyPress global settings 193 */ 182 194 function bporg_activity_with_others_filter( $qs ) { 183 195 global $bp; 184 196 … … 196 208 } 197 209 //add_filter( 'bp_ajax_querystring', 'bporg_activity_with_others_filter', 11 ); 198 210 211 /** 212 * @global BuddyPress $bp BuddyPress global settings 213 */ 199 214 function bporg_fix_activity_redirect( $redirect, $activity ) { 200 215 global $bp; 201 216 -
public_html/wp-content/plugins/buddypress-org/toolbar.php
331 331 * 332 332 * @since BuddyPress (1.6) 333 333 * @todo Deprecate WP 3.2 Toolbar compatibility when we drop 3.2 support 334 * 335 * @global $bp. 334 336 */ 335 337 function bporg_admin_bar_my_account_menu( $wp_admin_bar ) { 336 338 global $bp; -
public_html/wp-content/themes/bb-base/functions-codex.php
399 399 * @since February 6, 2012 400 400 * @deprecated November 29, 2014 401 401 * @return Bail under certain conditions 402 * @global $current_user. 403 * @global $wp_roles. 402 404 */ 403 405 public function autorole() { 404 406 -
public_html/wp-content/themes/codex-bbpress-org/footer.php
11 11 12 12 <?php 13 13 14 /** 15 * @global $codex_contributors. 16 */ 14 17 global $codex_contributors; 15 18 16 19 if ( count( $codex_contributors ) ) : ?> -
public_html/wp-content/themes/codex-bbpress-org/front-page.php
89 89 </div> 90 90 91 91 <?php 92 /** 93 * @global WP_Post $post Global post object. 94 * @global $codex_contributors. 95 */ 92 96 global $post; 93 97 94 98 $args = array( 'order' => 'ASC', ); -
public_html/wp-content/themes/codex-bbpress-org/page.php
20 20 <hr class="hidden" /> 21 21 22 22 <?php 23 /** 24 * @global WP_Post $post Global post object. 25 * @global $codex_contributors. 26 */ 23 27 global $post; 24 28 25 29 $args = array( 'order' => 'ASC', ); -
public_html/wp-content/themes/codex-bbpress-org/sidebar.php
12 12 </div> 13 13 14 14 <?php endif; 15 15 /** 16 * @global WP_Post $post Global post object. 17 * 18 */ 16 19 global $post; 17 20 18 21 $show_related = true; -
public_html/wp-content/themes/codex-buddypress-org/activity-entry.php
1 <?php /* This template is used by activity-loop.php and AJAX functions to show each activity */ ?>1 <?php /* This template is used by activity-loop.php and AJAX functions to show each activity */ 2 2 3 /** 4 * @global $activities_template. 5 * 6 */ 7 8 ?> 9 3 10 <?php do_action( 'bp_before_activity_entry' ) ?> 4 11 5 12 <li class="<?php bp_activity_css_class() ?>" id="activity-<?php bp_activity_id() ?>"> -
public_html/wp-content/themes/codex-buddypress-org/footer.php
16 16 <h3 class="title">Article Contributors</h3> 17 17 18 18 <?php 19 19 /** 20 * @global WP_Post $post Global post object. 21 * @global $codex_contributors. 22 */ 20 23 global $codex_contributors, $post; 21 24 22 25 if ( count( $codex_contributors ) ) { -
public_html/wp-content/themes/codex-buddypress-org/front-page.php
89 89 </div> 90 90 91 91 <?php 92 /** 93 * @global WP_Post $post Global post object. 94 * @global $codex_contributors. 95 */ 92 96 global $post; 93 97 94 98 $args = array( 'order' => 'ASC', ); -
public_html/wp-content/themes/codex-buddypress-org/page.php
21 21 <hr class="hidden" /> 22 22 23 23 <?php 24 25 /** 26 * @global WP_Post $post Global post object. 27 * @global $codex_contributors. 28 */ 29 24 30 global $post; 25 31 26 32 $args = array( 'order' => 'ASC', ); -
public_html/wp-content/themes/codex-buddypress-org/sidebar.php
72 72 </div> 73 73 74 74 75 <?php if ( is_tax() ) { 75 <?php 76 77 /** 78 * @global $codex_contributors. 79 */ 80 if ( is_tax() ) { 76 81 global $codex_contributors; 77 82 78 83 if ( !empty( $codex_contributors ) ) { -
public_html/wp-content/themes/codex-buddypress-org/widgets/inbox.php
4 4 parent::__construct( false, $name = __( 'Inbox', 'bporg' ) ); 5 5 } 6 6 7 /** 8 * @global BuddyPress $bp BuddyPress global settings 9 */ 7 10 function widget( $args, $instance ) { 8 11 global $bp; 9 12 -
public_html/wp-content/themes/codex-buddypress-org/widgets/login.php
4 4 parent::__construct( false, $name = __( "Login Form", 'bporg' ) ); 5 5 } 6 6 7 /** 8 * @global BuddyPress $bp BuddyPress global settings 9 */ 7 10 function widget( $args, $instance ) { 8 11 global $bp; 9 12