Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14808, comment 14


Ignore:
Timestamp:
02/20/2025 06:00:31 AM (5 months ago)
Author:
dontfeedthecode
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14808, comment 14

    initial v1  
    3434        }
    3535
    36         // Exmaple 3: Override documentation URL's for all functions for theme.
     36        // Example 3: Override documentation URL's for all functions for theme.
    3737        return 'https://mysite.com/docs?function=' . $function;
    3838}
     
    5555        }
    5656
    57         // Exmaple 3: Override documentation URL's for all functions for plugin.
     57        // Example 1: Override documentation URL's for all functions for plugin.
    5858        return 'https://mysite.com/plugin-docs?function=' . $function;
    5959}