Changeset 53305
- Timestamp:
- 04/28/2022 04:51:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/entry.php
r53180 r53305 85 85 86 86 /** 87 * Generates a unique key for this entry 87 * Generates a unique key for this entry. 88 88 * 89 * @return string| bool the key or false if the entry is empty89 * @return string|false The key or false if the entry is empty. 90 90 */ 91 91 public function key() {
Note: See TracChangeset
for help on using the changeset viewer.