Changeset 10421
- Timestamp:
- 12/22/2015 05:36:53 AM (9 years ago)
- Location:
- trunk/src/bp-messages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r10417 r10421 1306 1306 * 1307 1307 * @since 1.6.0 1308 * 1309 * @return bool 1308 1310 */ 1309 1311 function bp_messages_is_active_notice() { … … 1332 1334 * @deprecated 1.6.0 1333 1335 * @uses bp_get_message_is_active_notice() 1336 * @return bool 1334 1337 */ 1335 1338 function bp_message_is_active_notice() { -
trunk/src/bp-messages/classes/class-bp-messages-message.php
r10417 r10421 67 67 * Constructor. 68 68 * 69 * @param int $id Optional. ID of the message.69 * @param int|null $id Optional. ID of the message. 70 70 */ 71 71 public function __construct( $id = null ) { -
trunk/src/bp-messages/classes/class-bp-messages-notice.php
r10417 r10421 59 59 * @since 1.0.0 60 60 * 61 * @param int $id Optional. The ID of the current notice.61 * @param int|null $id Optional. The ID of the current notice. 62 62 */ 63 63 public function __construct( $id = null ) {
Note: See TracChangeset
for help on using the changeset viewer.