Changeset 8277 for trunk/bp-activity/bp-activity-loader.php
- Timestamp:
- 04/16/2014 02:13:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-loader.php
r8223 r8277 270 270 ); 271 271 272 // Personal 273 $wp_admin_nav[] = array( 274 'parent' => 'my-account-' . $this->id, 275 'id' => 'my-account-' . $this->id . '-personal', 276 'title' => __( 'Personal', 'buddypress' ), 277 'href' => trailingslashit( $activity_link ) 278 ); 279 272 280 // Mentions 273 281 if ( bp_activity_do_mentions() ) { … … 279 287 ); 280 288 } 281 282 // Personal283 $wp_admin_nav[] = array(284 'parent' => 'my-account-' . $this->id,285 'id' => 'my-account-' . $this->id . '-personal',286 'title' => __( 'Personal', 'buddypress' ),287 'href' => trailingslashit( $activity_link )288 );289 289 290 290 // Favorites
Note: See TracChangeset
for help on using the changeset viewer.