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