Changeset 60225 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 05/06/2025 09:42:29 PM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r60186 r60225 2901 2901 * Prints formatted `<script>` loader tag. 2902 2902 * 2903 * It is possible to inject attributes in the `<script>` tag via the {@see 'wp_script_attributes'}filter.2903 * It is possible to inject attributes in the `<script>` tag via the {@see 'wp_script_attributes'} filter. 2904 2904 * Automatically injects type attribute if needed. 2905 2905 * … … 2915 2915 * Constructs an inline script tag. 2916 2916 * 2917 * It is possible to inject attributes in the `<script>` tag via the {@see 'wp_script_attributes'}filter.2917 * It is possible to inject attributes in the `<script>` tag via the {@see 'wp_inline_script_attributes'} filter. 2918 2918 * Automatically injects type attribute if needed. 2919 2919 * … … 3004 3004 * Prints an inline script tag. 3005 3005 * 3006 * It is possible to inject attributes in the `<script>` tag via the {@see 'wp_script_attributes'}filter.3006 * It is possible to inject attributes in the `<script>` tag via the {@see 'wp_inline_script_attributes'} filter. 3007 3007 * Automatically injects type attribute if needed. 3008 3008 *
Note: See TracChangeset
for help on using the changeset viewer.