Changeset 10357 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 11/16/2015 07:20:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10316 r10357 657 657 658 658 <div class="wrap"> 659 <h 2><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h2>659 <h1><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h1> 660 660 661 661 <?php if ( ! empty( $activity ) ) : ?> … … 979 979 980 980 <div class="wrap"> 981 <h 2>981 <h1> 982 982 <?php if ( !empty( $_REQUEST['aid'] ) ) : ?> 983 983 <?php printf( __( 'Activity related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?> … … 989 989 <span class="subtitle"><?php printf( __( 'Search results for “%s”', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span> 990 990 <?php endif; ?> 991 </h 2>991 </h1> 992 992 993 993 <?php // If the user has just made a change to an activity item, display the status messages. ?>
Note: See TracChangeset
for help on using the changeset viewer.