Changeset 5283 for branches/1.5/bp-messages/bp-messages-loader.php
- Timestamp:
- 11/05/2011 10:20:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-messages/bp-messages-loader.php
r5023 r5283 194 194 $wp_admin_nav[] = array( 195 195 'parent' => 'my-account-' . $this->id, 196 'id' => 'my-account-' . $this->id . '-inbox', 196 197 'title' => $inbox, 197 198 'href' => trailingslashit( $messages_link . 'inbox' ) … … 201 202 $wp_admin_nav[] = array( 202 203 'parent' => 'my-account-' . $this->id, 204 'id' => 'my-account-' . $this->id . '-sentbox', 203 205 'title' => __( 'Sent', 'buddypress' ), 204 206 'href' => trailingslashit( $messages_link . 'sentbox' ) … … 208 210 $wp_admin_nav[] = array( 209 211 'parent' => 'my-account-' . $this->id, 212 'id' => 'my-account-' . $this->id . '-compose', 210 213 'title' => __( 'Compose', 'buddypress' ), 211 214 'href' => trailingslashit( $messages_link . 'compose' ) … … 216 219 $wp_admin_nav[] = array( 217 220 'parent' => 'my-account-' . $this->id, 221 'id' => 'my-account-' . $this->id . '-notices', 218 222 'title' => __( 'All Member Notices', 'buddypress' ), 219 223 'href' => trailingslashit( $messages_link . 'notices' )
Note: See TracChangeset
for help on using the changeset viewer.