Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DynamicArray
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
wordpress-develop
src
wp-includes
class.wp-scripts.php
on
4.4
User selector
All users
All time
Commit history
Commits on Oct 6, 2015
Scripts: in `WP_Scripts::set_group()`, the `args` prop of the `_WP_Dependency` instance defaults to `null` - check that it is set before comparing.
Show description for 79a907e
staylor
committed
79a907e
View commit details
Copy full SHA for 79a907e
View code at this point
Browse repository at this point
Commits on May 29, 2015
After [32656], add `@access` annotations to methods that have no doc block in `wp-includes/*`.
Show description for ef6315a
staylor
committed
ef6315a
View commit details
Copy full SHA for ef6315a
View code at this point
Browse repository at this point
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 39ef6a7
staylor
committed
39ef6a7
View commit details
Copy full SHA for 39ef6a7
View code at this point
Browse repository at this point
Add missing doc blocks to `class.wp-(scripts|styles).php`.
Show description for d174df1
staylor
committed
d174df1
View commit details
Copy full SHA for d174df1
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
Revert [31030] and [31033]. Incidentally, there is no lazy-loading happening here anyway.
Show description for fbdbba9
staylor
committed
fbdbba9
View commit details
Copy full SHA for fbdbba9
View code at this point
Browse repository at this point
Commits on Jan 17, 2015
Add support for IE conditional comments for WP_Scripts to match the functionality of WP_Styles, including unit tests. Props filosofo, aaroncampbell, ethitter, georgestephanis, valendesigns. Fixes #…
Show description for f18854e
azaozz
committed
f18854e
View commit details
Copy full SHA for f18854e
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
Revert [31032], this did not get much love.
Show description for 5412af6
staylor
committed
5412af6
View commit details
Copy full SHA for 5412af6
View code at this point
Browse repository at this point
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 5db95f2
staylor
committed
5db95f2
View commit details
Copy full SHA for 5db95f2
View code at this point
Browse repository at this point
Add the ability to print data *after* a script, whether it is concatenated or not:
Show description for c21e4f9
staylor
committed
c21e4f9
View commit details
Copy full SHA for c21e4f9
View code at this point
Browse repository at this point
Allow 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 c69dbc8
staylor
committed
c69dbc8
View commit details
Copy full SHA for c69dbc8
View code at this point
Browse repository at this point
Commits on Dec 6, 2014
Convert various uses of `(optional)` in core parameter descriptions to use the style prescribed in the inline documentation standards for PHP.
Show description for 7187da0
DrewAPicture
committed
7187da0
View commit details
Copy full SHA for 7187da0
View code at this point
Browse repository at this point
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 642f9cc
johnbillion
committed
642f9cc
View commit details
Copy full SHA for 642f9cc
View code at this point
Browse repository at this point
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 0e68ecc
pento
committed
0e68ecc
View commit details
Copy full SHA for 0e68ecc
View code at this point
Browse repository at this point
Commits on Jun 29, 2014
`WP_Scripts->in_default_dir()` should use the `WPINC` constant
Show description for 0a3e448
staylor
committed
0a3e448
View commit details
Copy full SHA for 0a3e448
View code at this point
Browse repository at this point
Commits on May 19, 2014
Add missing access modifiers to methods in `WP_Scripts` and `WP_Styles`.
Show description for ce917f0
staylor
committed
ce917f0
View commit details
Copy full SHA for ce917f0
View code at this point
Browse repository at this point
Commits on Mar 26, 2014
Inline documentation for hooks in wp-includes/class.wp-scripts.php.
Show description for b66192a
DrewAPicture
committed
b66192a
View commit details
Copy full SHA for b66192a
View code at this point
Browse repository at this point
Commits on Sep 16, 2013
If the script_loader_src filter returns nothing, bail instead of printing <script src="">.
Show description for 4226098
nacin
committed
4226098
View commit details
Copy full SHA for 4226098
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
New develop.svn.wordpress.org repository based on the old core.svn repository.
Show description for b43712e
nacin
committed
b43712e
View commit details
Copy full SHA for b43712e
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.