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:
Drew Jaynes 2016-05-01 17:31:15 +00:00
parent 93c7d6becd
commit 87ae28c40b
2 changed files with 2 additions and 2 deletions

View File

@ -437,7 +437,7 @@ final class WP_Theme implements ArrayAccess {
* translated data. We are doing so now as it is safe to do. However, as
* Name and Title could have been used as the key for get_themes(), both remain
* untranslated for back compatibility. This means that ['Name'] is not ideal,
* and care should be taken to use $theme->display('Name') to get a properly
* and care should be taken to use `$theme::display( 'Name' )` to get a properly
* translated header.
*
* @param mixed $offset

View File

@ -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