Changeset 46661 for trunk/src/wp-includes/class-requests.php
- Timestamp:
- 11/05/2019 09:25:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-requests.php
r46586 r46661 790 790 * 791 791 * @param array $array Dictionary of header values 792 * @return arrayList of headers792 * @return string[] List of headers 793 793 */ 794 794 public static function flatten($array) { … … 806 806 * @deprecated Misspelling of {@see Requests::flatten} 807 807 * @param array $array Dictionary of header values 808 * @return arrayList of headers808 * @return string[] List of headers 809 809 */ 810 810 public static function flattern($array) {
Note: See TracChangeset
for help on using the changeset viewer.