Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46307, comment 4


Ignore:
Timestamp:
08/16/2024 06:55:27 PM (22 months ago)
Author:
dotrex
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46307, comment 4

    initial v1  
    1 A alternative solution is to add a `<title>` attribute in the `<a>` tags. This will display a tooltip on hover.
     1A alternative and quick solution is to add a `<title>` attribute in the `<a>` tags. This will display a tooltip on hover.
    22
    33Here is a example:
     
    77I created a patch with the required changes here: https://github.com/diiegopereira/wordpress-develop/compare/trunk...ticket/46307
    88
    9 However, this tooltip will also be displayed on desktop. I'm not sure if this would be a issue.
     9However, this tooltip will also be displayed on all screen resolutions. I'm not sure if this would be a issue.