Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1947,7 +1947,7 @@ |
1948 | 1948 | // Metadata stuck in the top of the lqt_thread div. |
1949 | 1949 | // Modified time for topmost threads... |
1950 | 1950 | if ( $thread->isTopmostThread() ) { |
1951 | | - $html .= Xml::hidden( |
| 1951 | + $html .= Html::hidden( |
1952 | 1952 | 'lqt-thread-modified-' . $thread->id(), |
1953 | 1953 | wfTimestamp( TS_MW, $thread->modified() ), |
1954 | 1954 | array( |
Index: trunk/extensions/LiquidThreads/pages/IndividualThreadHistoryView.php |
— | — | @@ -19,7 +19,6 @@ |
20 | 20 | /* This customizes the subtitle of a history *listing* from the hook, |
21 | 21 | and of an old revision from getSubtitle() below. */ |
22 | 22 | function customizeSubtitle() { |
23 | | - wfLoadExtensionMessages( 'LiquidThreads' ); |
24 | 23 | $msg = wfMsgExt( 'lqt_hist_view_whole_thread', 'parseinline' ); |
25 | 24 | $threadhist = $this->permalink( |
26 | 25 | $this->thread->topmostThread(), |
Index: trunk/extensions/LiquidThreads/pages/NewUserMessagesView.php |
— | — | @@ -144,8 +144,6 @@ |
145 | 145 | } |
146 | 146 | |
147 | 147 | function showWrappedThread( $t ) { |
148 | | - wfLoadExtensionMessages( 'LiquidThreads' ); |
149 | | - |
150 | 148 | $read_button = $this->htmlForReadButton( |
151 | 149 | wfMsg( 'lqt-read-message' ), |
152 | 150 | wfMsg( 'lqt-read-message-tooltip' ), |