Skip to content
Closed
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9eb5041
Remove support for IE conditional scripts and styles
joedolson Aug 15, 2025
caf0887
Update scripts.php
joedolson Aug 15, 2025
1bd20ae
Update tests to expect empty results for conditional scripts and thei…
joedolson Aug 18, 2025
e4d1717
Update conditional inline styles test
joedolson Aug 18, 2025
5fb72b7
Unset dependencies for conditional scripts.
joedolson Aug 18, 2025
22fe20c
Restore concat_and_core_dependency test
joedolson Aug 19, 2025
f2011cd
Remove ticket ref
joedolson Aug 19, 2025
f4b1ccb
Update src/wp-includes/class-wp-scripts.php
joedolson Aug 21, 2025
69b243a
Update src/wp-includes/class-wp-styles.php
joedolson Aug 21, 2025
b0cfbc8
Update tests/phpunit/tests/dependencies/scripts.php
joedolson Aug 21, 2025
9d5da03
Update tests/phpunit/tests/dependencies/scripts.php
joedolson Aug 21, 2025
141b5bc
Move dependency exits earlier per suggestion
joedolson Aug 21, 2025
0df6ba1
Code style
joedolson Aug 22, 2025
64f11e1
Fix test_wp_script_add_data_with_conditional_key
joedolson Aug 22, 2025
ede759b
Remove space
joedolson Sep 1, 2025
3834934
Add comment about removal of conditional dependencies
joedolson Sep 1, 2025
1b5181a
Add a deprecated argument for conditional keys
joedolson Sep 1, 2025
d083a48
Add expect deprecation to tests.
joedolson Sep 1, 2025
ab365f1
expectDeprecation is not the appropriate method.
joedolson Sep 4, 2025
63dd8a7
Remove translator comment; this string does not require arguments.
joedolson Sep 4, 2025
21934fd
Update src/wp-includes/class-wp-styles.php
joedolson Sep 4, 2025
bf35196
Update class-wp-styles.php
joedolson Sep 4, 2025
35e7fae
Merge branch 'trunk' into remove-ie-conditionals
joedolson Sep 4, 2025
bcc8917
Remove that.
joedolson Sep 4, 2025
cae85c8
Add @expectedDeprecated annotation to tests
sirreal Sep 5, 2025
7e91911
Update deprecation notice text
joedolson Sep 29, 2025
9541e3c
Restore json2.js, register with backward compatibility comment.
joedolson Sep 29, 2025
73d0913
Merge branch 'trunk' into remove-ie-conditionals
joedolson Sep 29, 2025
56682c3
Remove extra empty line
sirreal Oct 2, 2025
681b3b6
Add bypass mechanism for doing it wrong
sirreal Oct 2, 2025
e302164
Merge branch 'trunk' into remove-ie-conditionals
joedolson Oct 2, 2025
104c076
Empty json2
joedolson Oct 2, 2025
14c196b
Restore empty wp-embed-template-ie.css and enqueue with exempted cond…
joedolson Oct 2, 2025
185f311
Merge branch 'trunk' into remove-ie-conditionals
joedolson Oct 13, 2025
33811f9
Merge branch 'trunk' into remove-ie-conditionals
joedolson Oct 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ module.exports = function(grunt) {
// Exceptions.
'!wp-includes/css/dashicons.css',
'!wp-includes/css/wp-embed-template.css',
'!wp-includes/css/wp-embed-template-ie.css'
]
},
colors: {
Expand Down
Loading
Loading