Changeset 57734 for trunk/src/wp-includes/pomo/entry.php
- Timestamp:
- 02/28/2024 09:29:03 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/entry.php
r56548 r57734 11 11 /** 12 12 * Translation_Entry class encapsulates a translatable string. 13 * 14 * @since 2.8.0 13 15 */ 14 16 #[AllowDynamicProperties] … … 76 78 * PHP4 constructor. 77 79 * 80 * @since 2.8.0 78 81 * @deprecated 5.4.0 Use __construct() instead. 79 82 * … … 87 90 /** 88 91 * Generates a unique key for this entry. 92 * 93 * @since 2.8.0 89 94 * 90 95 * @return string|false The key or false if the entry is null. … … 104 109 105 110 /** 106 * @param object $other 111 * Merges another translation entry with the current one. 112 * 113 * @since 2.8.0 114 * 115 * @param Translation_Entry $other Other translation entry. 107 116 */ 108 117 public function merge_with( &$other ) {
Note: See TracChangeset
for help on using the changeset viewer.