Changeset 35915
- Timestamp:
- 12/14/2015 02:44:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r35885 r35915 2942 2942 * @global string $pagenow 2943 2943 * 2944 * @param int $blog_id 2945 * @param string $path 2946 * @param string|null $ orig_schemeOptional. Scheme to give the home URL context. Accepts2947 * 2944 * @param int $blog_id Optional. Blog ID. Default null (current blog). 2945 * @param string $path Optional. Path relative to the home URL. Default empty. 2946 * @param string|null $scheme Optional. Scheme to give the home URL context. Accepts 2947 * 'http', 'https', 'relative', 'rest', or null. Default null. 2948 2948 * @return string Home URL link with optional path appended. 2949 2949 */
Note: See TracChangeset
for help on using the changeset viewer.