mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user