Changeset 5421
- Timestamp:
- 11/30/2011 08:26:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-admin.php
r5419 r5421 287 287 * 288 288 * @global BP_Activity_List_Table $bp_activity_list_table Activity screen list table 289 * @global string $plugin_page 289 290 * @since 1.6 290 291 */ 291 292 function bp_activity_admin() { 292 global $bp_activity_list_table ;293 global $bp_activity_list_table, $plugin_page; 293 294 294 295 $messages = array(); … … 346 347 <form id="bp-activities-form" action="" method="get"> 347 348 <?php $bp_activity_list_table->search_box( __( 'Search Activities', 'buddypress' ), 'bp-activity' ); ?> 348 349 <input type="hidden" name="page" value="<?php echo esc_attr( (int) $_REQUEST['page'] ); ?>" /> 349 <input type="hidden" name="page" value="<?php echo esc_attr( $plugin_page ); ?>" /> 350 350 <?php $bp_activity_list_table->display(); ?> 351 351 </form>
Note: See TracChangeset
for help on using the changeset viewer.