Changeset 48833 for branches/5.5/src/wp-includes/general-template.php
- Timestamp:
- 08/20/2020 10:40:40 AM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-includes/general-template.php
r48815 r48833 997 997 998 998 /** 999 * Returns a custom logo, linked to home when on anotherpage.999 * Returns a custom logo, linked to home unless the theme supports removing the link on the home page. 1000 1000 * 1001 1001 * @since 4.5.0 1002 * @since 5.5.0 Removed the link on the home page.1002 * @since 5.5.0 Added option to remove the link on the home page with `unlink-homepage-logo` theme support. 1003 1003 * 1004 1004 * @param int $blog_id Optional. ID of the blog in question. Default is the ID of the current blog. … … 1099 1099 1100 1100 /** 1101 * Displays a custom logo, linked to home when on anotherpage.1101 * Displays a custom logo, linked to home unless the theme supports removing the link on the home page. 1102 1102 * 1103 1103 * @since 4.5.0
Note: See TracChangeset
for help on using the changeset viewer.