- Timestamp:
- 01/07/2023 12:18:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-notice.php
r13372 r13395 74 74 * Runs during constructor. 75 75 * 76 * @global BuddyPress $bp The one true BuddyPress instance.77 76 * @global wpdb $wpdb WordPress database object. 78 77 * … … 97 96 * Saves a notice. 98 97 * 99 * @global BuddyPress $bp The one true BuddyPress instance.100 98 * @global wpdb $wpdb WordPress database object. 101 99 * … … 181 179 * Deletes a notice. 182 180 * 183 * @global BuddyPress $bp The one true BuddyPress instance.184 181 * @global wpdb $wpdb WordPress database object. 185 182 * … … 226 223 * To get all notices, pass a value of -1 to pag_num. 227 224 * 228 * @global BuddyPress $bp The one true BuddyPress instance.229 225 * @global wpdb $wpdb WordPress database object. 230 226 * … … 278 274 * Returns the total number of recorded notices. 279 275 * 280 * @global BuddyPress $bp The one true BuddyPress instance.281 276 * @global wpdb $wpdb WordPress database object. 282 277 * … … 305 300 * Returns the active notice that should be displayed on the front end. 306 301 * 307 * @global BuddyPress $bp The one true BuddyPress instance.308 302 * @global wpdb $wpdb WordPress database object. 309 303 *
Note: See TracChangeset
for help on using the changeset viewer.