Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1128,22 +1128,6 @@ |
1129 | 1129 | &$revert: string that is displayed in the UI, similar to $comment. |
1130 | 1130 | $time: timestamp of the log entry (added in 1.12) |
1131 | 1131 | |
1132 | | -'LogPageValidTypes': action being logged. |
1133 | | -DEPRECATED: Use $wgLogTypes |
1134 | | -&$type: array of strings |
1135 | | - |
1136 | | -'LogPageLogName': name of the logging page(s). |
1137 | | -DEPRECATED: Use $wgLogNames |
1138 | | -&$typeText: array of strings |
1139 | | - |
1140 | | -'LogPageLogHeader': strings used by wfMsg as a header. |
1141 | | -DEPRECATED: Use $wgLogHeaders |
1142 | | -&$headerText: array of strings |
1143 | | - |
1144 | | -'LogPageActionText': strings used by wfMsg as a header. |
1145 | | -DEPRECATED: Use $wgLogActions |
1146 | | -&$actionText: array of strings |
1147 | | - |
1148 | 1132 | 'MagicWordMagicWords': When defining new magic word. |
1149 | 1133 | DEPRECATED: use $magicWords in a file listed in |
1150 | 1134 | $wgExtensionMessagesFiles instead. |
Index: trunk/phase3/includes/Setup.php |
— | — | @@ -456,12 +456,6 @@ |
457 | 457 | wfProfileOut( $profName ); |
458 | 458 | } |
459 | 459 | |
460 | | -// For compatibility |
461 | | -wfRunHooks( 'LogPageValidTypes', array( &$wgLogTypes ) ); |
462 | | -wfRunHooks( 'LogPageLogName', array( &$wgLogNames ) ); |
463 | | -wfRunHooks( 'LogPageLogHeader', array( &$wgLogHeaders ) ); |
464 | | -wfRunHooks( 'LogPageActionText', array( &$wgLogActions ) ); |
465 | | - |
466 | 460 | wfDebug( "Fully initialised\n" ); |
467 | 461 | $wgFullyInitialised = true; |
468 | 462 | wfProfileOut( $fname . '-extensions' ); |