Changes between Initial Version and Version 1 of Ticket #14808, comment 14
- Timestamp:
- 02/20/2025 06:00:31 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14808, comment 14
initial v1 34 34 } 35 35 36 // Ex maple 3: Override documentation URL's for all functions for theme.36 // Example 3: Override documentation URL's for all functions for theme. 37 37 return 'https://mysite.com/docs?function=' . $function; 38 38 } … … 55 55 } 56 56 57 // Ex maple 3: Override documentation URL's for all functions for plugin.57 // Example 1: Override documentation URL's for all functions for plugin. 58 58 return 'https://mysite.com/plugin-docs?function=' . $function; 59 59 }