Commits
User selector
Commit History
Commits on Jul 6, 2016
Commits on May 22, 2016
Commits on Apr 10, 2016
Ensure consistent dependency order when using `wp_add_inline_script()`
Show description for f98744ecommitted
Commits on Mar 10, 2016
Docs: Add a missing DocBlock summary for the `WP_Scripts->print_html_before` property, added in [36633].
Show description for 14a393bcommitted
Commits on Mar 6, 2016
Dependencies: Improve group processing of script dependencies.
Show description for 00e87b4committed
Commits on Feb 27, 2016
Docs: Improve inline docs for `WP_Dependencies`, `WP_Styles`, and `WP_Scripts`.
Show description for 592da58committed
Commits on Feb 26, 2016
Docs: Document properties of `WP_Scripts` and add missing `@since` tags.
Show description for 02c6565committed
Commits on Feb 25, 2016
Docs: Standardize DocBlocks for two new `WP_Scripts` methods, `add_inline_script()` and `print_inline_script()`, introduced in [36633].
Show description for 816a3e0committed
Commits on Feb 23, 2016
Script Loader: Introduce `wp_add_inline_script()`.
Show description for 0e13a57committed
Commits on Feb 17, 2016
Script/Style Dependencies: Make sure that inline styles for handles without a source are printed.
Show description for 59747aacommitted
Commits on Dec 16, 2015
Docs: Add missing DocBlocks, including summaries and `@since` versions, to the `__construct()` and `init()` methods in `WP_Scripts`.
Show description for d8aea7dcommitted
Commits on Oct 6, 2015
Commits on May 29, 2015
After [32656], add `@access` annotations to methods that have no doc block in `wp-includes/*`.
Show description for ef6315acommitted
Commits on May 24, 2015
Use `void` instead of `null` where appropriate when pipe-delimiting `@return` types. If a `@return` only contains `void`, remove it.
Show description for 39ef6a7committedAdd missing doc blocks to `class.wp-(scripts|styles).php`.
Show description for d174df1committed
Commits on Apr 14, 2015
Revert [31030] and [31033]. Incidentally, there is no lazy-loading happening here anyway.
Show description for fbdbba9committed
Commits on Jan 17, 2015
Commits on Jan 16, 2015
Revert [31032], this did not get much love.
Show description for 5412af6committed
Commits on Jan 3, 2015
After [31030]: if a `callable` is passed as the 3rd arg to `wp_localize_script()/WP_Scripts->localize()`, pass `$handle` and `$object_name` to the user func when invoking it.
Show description for 5db95f2committedAdd the ability to print data *after* a script, whether it is concatenated or not:
Show description for c21e4f9committedAllow the 3rd argument to `wp_localize_script()/WP_Scripts->localize()` to be a `callable`, allowing data to be lazy-loaded when the script is actually enqueued.
Show description for c69dbc8committed
Commits on Dec 6, 2014
Commits on Nov 20, 2014
Apply a filter to the `<script>` tag for enqueued scripts in the same way a filter is applied to the `<link>` tag for enqueued styles.
Show description for 642f9cccommitted
Commits on Oct 28, 2014
Add `wp_json_encode()`, a wrapper for `json_encode()` that ensures everything is converted to UTF-8.
Show description for 0e68ecccommitted
Commits on Jun 29, 2014
`WP_Scripts->in_default_dir()` should use the `WPINC` constant
Show description for 0a3e448committed
Commits on May 19, 2014
Add missing access modifiers to methods in `WP_Scripts` and `WP_Styles`.
Show description for ce917f0committed
Commits on Mar 26, 2014
Inline documentation for hooks in wp-includes/class.wp-scripts.php.
Show description for b66192acommitted
Commits on Sep 16, 2013
If the script_loader_src filter returns nothing, bail instead of printing <script src="">.
Show description for 4226098committed
Commits on Aug 7, 2013
New develop.svn.wordpress.org repository based on the old core.svn repository.
Show description for b43712ecommitted
Loading