76 | | 2. seems to remove the redundancy @SergeyBiryukov raised. |
77 | | 3. doesn't assume that `http://` should be the default protocol. |
78 | | 4. will mean that `esc_url()` automatically adapts when a website is updated to support `https://`. |
| 76 | 2. still allows developers to force `http://` or `https://` if their call requires it. |
| 77 | 3. seems to remove the redundancy @SergeyBiryukov raised. |
| 78 | 4. doesn't assume that `http://` should be the default protocol. |
| 79 | 5. will mean that `esc_url()` automatically adapts when a website is updated to support `https://`. |