mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
Docs: Add backtick escaping for two inline code samples in docs.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@37338 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -35,7 +35,7 @@ require( ABSPATH . WPINC . '/functions.wp-styles.php' );
|
||||
* Register all WordPress scripts.
|
||||
*
|
||||
* Localizes some of them.
|
||||
* args order: $scripts->add( 'handle', 'url', 'dependencies', 'query-string', 1 );
|
||||
* args order: `$scripts->add( 'handle', 'url', 'dependencies', 'query-string', 1 );`
|
||||
* when last arg === 1 queues the script for the footer
|
||||
*
|
||||
* @since 2.6.0
|
||||
|
||||
Reference in New Issue
Block a user