Changeset 48110 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 06/20/2020 12:57:00 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r48104 r48110 3145 3145 * @since 3.0.0 3146 3146 * 3147 * @param string $path Optional. Path relative to the home URL. Default empty.3148 * @param string|null $scheme Optional. Scheme to give the home URL context. Accepts3149 * 'http', 'https', 'relative', 'rest', or null. Default null.3147 * @param string $path Optional. Path relative to the home URL. Default empty. 3148 * @param string|null $scheme Optional. Scheme to give the home URL context. Accepts 3149 * 'http', 'https', 'relative', 'rest', or null. Default null. 3150 3150 * @return string Home URL link with optional path appended. 3151 3151 */ … … 3165 3165 * @global string $pagenow 3166 3166 * 3167 * @param int $blog_id Optional. Site ID. Default null (current site).3168 * @param string $path Optional. Path relative to the home URL. Default empty.3169 * @param string|null $scheme Optional. Scheme to give the home URL context. Accepts3170 * 'http', 'https', 'relative', 'rest', or null. Default null.3167 * @param int $blog_id Optional. Site ID. Default null (current site). 3168 * @param string $path Optional. Path relative to the home URL. Default empty. 3169 * @param string|null $scheme Optional. Scheme to give the home URL context. Accepts 3170 * 'http', 'https', 'relative', 'rest', or null. Default null. 3171 3171 * @return string Home URL link with optional path appended. 3172 3172 */ … … 3384 3384 * @since 2.6.0 3385 3385 * 3386 * @param string $path Optional. Extra path appended to the end of the URL, including3387 * the relative directory if $plugin is supplied. Default empty.3388 * @param string $plugin Optional. A full path to a file inside a plugin or mu-plugin.3389 * The URL will be relative to its directory. Default empty.3390 * Typically this is done by passing `__FILE__` as the argument.3386 * @param string $path Optional. Extra path appended to the end of the URL, including 3387 * the relative directory if $plugin is supplied. Default empty. 3388 * @param string $plugin Optional. A full path to a file inside a plugin or mu-plugin. 3389 * The URL will be relative to its directory. Default empty. 3390 * Typically this is done by passing `__FILE__` as the argument. 3391 3391 * @return string Plugins URL link with optional paths appended. 3392 3392 */ … … 3486 3486 * @since 3.0.0 3487 3487 * 3488 * @param string $path Optional. Path relative to the home URL. Default empty.3489 * @param string $scheme Optional. Scheme to give the home URL context. Accepts3490 * 'http', 'https', or 'relative'. Default null.3488 * @param string $path Optional. Path relative to the home URL. Default empty. 3489 * @param string $scheme Optional. Scheme to give the home URL context. Accepts 3490 * 'http', 'https', or 'relative'. Default null. 3491 3491 * @return string Home URL link with optional path appended. 3492 3492 */
Note: See TracChangeset
for help on using the changeset viewer.