Fix method name in comment
There is no addMetaLink() method; I assume it’s meant to be addMeta(). Change-Id: I4f59d5dd96d3a59522fbc7cf38badc93698e29fa
This commit is contained in:
parent
ee5892141b
commit
a340fe20e9
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ class OutputPage extends ContextSource {
|
|||
* Add or replace a head item to the output
|
||||
*
|
||||
* Whenever possible, use more specific options like ResourceLoader modules,
|
||||
* OutputPage::addLink(), OutputPage::addMetaLink() and OutputPage::addFeedLink()
|
||||
* OutputPage::addLink(), OutputPage::addMeta() and OutputPage::addFeedLink()
|
||||
* Fallback options for those are: OutputPage::addStyle, OutputPage::addScript(),
|
||||
* OutputPage::addInlineScript() and OutputPage::addInlineStyle()
|
||||
* This would be your very LAST fallback.
|
||||
|
|
|
|||
Loading…
Reference in a new issue