Changeset 13892 for trunk/src/bp-core/classes/class-bp-phpmailer.php
- Timestamp:
- 06/02/2024 01:16:13 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-phpmailer.php
r13888 r13892 1 1 <?php 2 2 /** 3 * Core component classes.3 * Email delivery implementation using PHPMailer. 4 4 * 5 5 * @package BuddyPress 6 6 * @subpackage Core 7 * 8 * @phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase 9 * @phpcs:disable Generic.CodeAnalysis.EmptyStatement.DetectedCatch 10 * @phpcs:disable Squiz.Commenting.EmptyCatchComment.Missing 7 11 */ 8 12 … … 11 15 12 16 /** 13 * Email delivery implementation using PHPMailer.17 * BP_PHPMailer class. 14 18 * 15 19 * @since 2.5.0 … … 144 148 * 145 149 * @since 2.5.0 150 * 146 151 * @deprecated 2.5.3 No longer used. 147 152 *
Note: See TracChangeset
for help on using the changeset viewer.