Changeset 37342 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 05/02/2016 03:59:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r37259 r37342 2958 2958 * 2959 2959 * Returns the 'home' option with the appropriate protocol, 'https' if 2960 * {@see is_ssl()}and 'http' otherwise. If `$scheme` is 'http' or 'https',2960 * is_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https', 2961 2961 * `is_ssl()` is overridden. 2962 2962 * … … 2976 2976 * 2977 2977 * Returns the 'home' option with the appropriate protocol, 'https' if 2978 * {@see is_ssl()} and 'http' otherwise. If `$scheme` is 'http' or 'https', 2979 * `is_ssl()` is 2980 * overridden. 2978 * is_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https', 2979 * `is_ssl()` is overridden. 2981 2980 * 2982 2981 * @since 3.0.0 … … 3052 3051 * 3053 3052 * Returns the 'site_url' option with the appropriate protocol, 'https' if 3054 * {@see is_ssl()}and 'http' otherwise. If `$scheme` is 'http' or 'https',3053 * is_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https', 3055 3054 * `is_ssl()` is overridden. 3056 3055 * … … 3578 3577 * A plugin must hook in to provide the actual shortlinks. Default shortlink support is 3579 3578 * limited to providing ?p= style links for posts. Plugins can short-circuit this function 3580 * via the {@see 'pre_get_shortlink'} filter or filter the output via the {@see 'get_shortlink'} filter. 3579 * via the {@see 'pre_get_shortlink'} filter or filter the output via the {@see 'get_shortlink'} 3580 * filter. 3581 3581 * 3582 3582 * @since 3.0.0.
Note: See TracChangeset
for help on using the changeset viewer.