Changeset 9773 for branches/2.2/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 04/20/2015 04:08:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/src/bp-activity/bp-activity-admin.php
r9592 r9773 650 650 <?php if ( ! empty( $activity ) ) : ?> 651 651 652 <form action="<?php echo esc_ attr( $form_url ); ?>" id="bp-activities-edit-form" method="post">652 <form action="<?php echo esc_url( $form_url ); ?>" id="bp-activities-edit-form" method="post"> 653 653 <div id="poststuff"> 654 654 … … 1280 1280 1281 1281 <ul class="subsubsub"> 1282 <li class="all"><a href="<?php echo esc_ attr( esc_url( $url_base )); ?>" class="<?php if ( 'spam' != $this->view ) echo 'current'; ?>"><?php _e( 'All', 'buddypress' ); ?></a> |</li>1283 <li class="spam"><a href="<?php echo esc_ attr( esc_url( add_query_arg( 'activity_status', 'spam', $url_base )) ); ?>" class="<?php if ( 'spam' == $this->view ) echo 'current'; ?>"><?php printf( __( 'Spam <span class="count">(%s)</span>', 'buddypress' ), number_format_i18n( $this->spam_count ) ); ?></a></li>1282 <li class="all"><a href="<?php echo esc_url( $url_base ); ?>" class="<?php if ( 'spam' != $this->view ) echo 'current'; ?>"><?php _e( 'All', 'buddypress' ); ?></a> |</li> 1283 <li class="spam"><a href="<?php echo esc_url( add_query_arg( 'activity_status', 'spam', $url_base ) ); ?>" class="<?php if ( 'spam' == $this->view ) echo 'current'; ?>"><?php printf( __( 'Spam <span class="count">(%s)</span>', 'buddypress' ), number_format_i18n( $this->spam_count ) ); ?></a></li> 1284 1284 1285 1285 <?php
Note: See TracChangeset
for help on using the changeset viewer.