Changeset 7307
- Timestamp:
- 07/24/2013 11:29:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-classes.php
r6574 r7307 227 227 } 228 228 229 function get_inbox_count( $user_id = 0 ) {229 public static function get_inbox_count( $user_id = 0 ) { 230 230 global $wpdb, $bp; 231 231 … … 515 515 } 516 516 517 / / Static Functions517 /** Static Methods ********************************************************/ 518 518 519 519 /** … … 525 525 * @return array $notices 526 526 */ 527 function get_notices( $args = array() ) {527 public static function get_notices( $args = array() ) { 528 528 global $wpdb, $bp; 529 529 … … 545 545 } 546 546 547 function get_total_notice_count() {547 public static function get_total_notice_count() { 548 548 global $wpdb, $bp; 549 549 … … 553 553 } 554 554 555 function get_active() {555 public static function get_active() { 556 556 global $wpdb, $bp; 557 557
Note: See TracChangeset
for help on using the changeset viewer.