- Timestamp:
- 06/02/2024 05:45:18 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-notice.php
r13414 r13896 75 75 * Runs during constructor. 76 76 * 77 * @ global wpdb $wpdb WordPress database object.78 * 79 * @ since 1.0.077 * @since 1.0.0 78 * 79 * @global wpdb $wpdb WordPress database object. 80 80 */ 81 81 public function populate() { … … 97 97 * Saves a notice. 98 98 * 99 * @ global wpdb $wpdb WordPress database object.100 * 101 * @ since 1.0.099 * @since 1.0.0 100 * 101 * @global wpdb $wpdb WordPress database object. 102 102 * 103 103 * @return bool … … 180 180 * Deletes a notice. 181 181 * 182 * @ global wpdb $wpdb WordPress database object.183 * 184 * @ since 1.0.0182 * @since 1.0.0 183 * 184 * @global wpdb $wpdb WordPress database object. 185 185 * 186 186 * @return bool … … 224 224 * To get all notices, pass a value of -1 to pag_num. 225 225 * 226 * @ global wpdb $wpdb WordPress database object.227 * 228 * @ since 1.0.0226 * @since 1.0.0 227 * 228 * @global wpdb $wpdb WordPress database object. 229 229 * 230 230 * @param array $args { … … 275 275 * Returns the total number of recorded notices. 276 276 * 277 * @ global wpdb $wpdb WordPress database object.278 * 279 * @ since 1.0.0277 * @since 1.0.0 278 * 279 * @global wpdb $wpdb WordPress database object. 280 280 * 281 281 * @return int … … 301 301 * Returns the active notice that should be displayed on the front end. 302 302 * 303 * @ global wpdb $wpdb WordPress database object.304 * 305 * @ since 1.0.0303 * @since 1.0.0 304 * 305 * @global wpdb $wpdb WordPress database object. 306 306 * 307 307 * @return BP_Messages_Notice
Note: See TracChangeset
for help on using the changeset viewer.