Changeset 36408
- Timestamp:
- 01/27/2016 02:54:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r36386 r36408 2926 2926 2927 2927 /** 2928 * Retrieve the home url for the current site.2928 * Retrieve the url for the current site where the front-end of the site is accessible. 2929 2929 * 2930 2930 * Returns the 'home' option with the appropriate protocol, 'https' if … … 2944 2944 2945 2945 /** 2946 * Retrieve the home url for a given site.2946 * Retrieve the url for a given site where the front-end of the site is accessible. 2947 2947 * 2948 2948 * Returns the 'home' option with the appropriate protocol, 'https' if … … 3001 3001 3002 3002 /** 3003 * Retrieve the site url for the current site. 3003 * Retrieve the url for the current site where WordPress application files 3004 * (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. 3004 3005 * 3005 3006 * Returns the 'site_url' option with the appropriate protocol, 'https' if … … 3018 3019 3019 3020 /** 3020 * Retrieve the site url for a given site. 3021 * Retrieve the url for a given site where WordPress application files 3022 * (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. 3021 3023 * 3022 3024 * Returns the 'site_url' option with the appropriate protocol, 'https' if
Note: See TracChangeset
for help on using the changeset viewer.