Changeset 39054 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 10/31/2016 07:05:22 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r38928 r39054 2955 2955 * Retrieves the URL for the current site where the front end is accessible. 2956 2956 * 2957 * Returns the 'home' option with the appropriate protocol , 'https' if2958 * i s_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https',2959 * `is_ssl()`is overridden.2957 * Returns the 'home' option with the appropriate protocol. The protocol will be 'https' 2958 * if is_ssl() evaluates to true; otherwise, it will be the same as the 'home' option. 2959 * If `$scheme` is 'http' or 'https', is_ssl() is overridden. 2960 2960 * 2961 2961 * @since 3.0.0 … … 2973 2973 * Retrieves the URL for a given site where the front end is accessible. 2974 2974 * 2975 * Returns the 'home' option with the appropriate protocol , 'https' if2976 * i s_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https',2977 * `is_ssl()`is overridden.2975 * Returns the 'home' option with the appropriate protocol. The protocol will be 'https' 2976 * if is_ssl() evaluates to true; otherwise, it will be the same as the 'home' option. 2977 * If `$scheme` is 'http' or 'https', is_ssl() is overridden. 2978 2978 * 2979 2979 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.