Index: trunk/phase3/skins/Vector.php |
— | — | @@ -611,7 +611,6 @@ |
612 | 612 | <?php elseif ( $this->data['nav_urls']['permalink']['href'] === '' ): ?> |
613 | 613 | <li id="t-ispermalink"<?php echo $this->skin->tooltip( 't-ispermalink' ) ?>><?php $this->msg( 'permalink' ) ?></li> |
614 | 614 | <?php endif; ?> |
615 | | - <?php wfRunHooks( 'VectorTemplateToolboxEnd', array( &$this ) ); ?> |
616 | 615 | <?php wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this ) ); ?> |
617 | 616 | </ul> |
618 | 617 | </div> |
Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1765,13 +1765,6 @@ |
1766 | 1766 | new toggles |
1767 | 1767 | $toggles: array of toggles to add |
1768 | 1768 | |
1769 | | -'VectorTemplateToolboxEnd': Called by Vector skin after toolbox links have |
1770 | | -been rendered (useful for adding more) |
1771 | | -Note: this is only run for the Vector skin. To add items to the toolbox |
1772 | | -for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook |
1773 | | -instead. |
1774 | | -$tools: array of tools |
1775 | | - |
1776 | 1769 | 'WantedPages::getSQL': called in WantedPagesPage::getSQL(), can be used to |
1777 | 1770 | alter the SQL query which gets the list of wanted pages |
1778 | 1771 | &$wantedPages: WantedPagesPage object |
Index: branches/REL1_16/phase3/skins/Vector.php |
— | — | @@ -611,7 +611,6 @@ |
612 | 612 | <?php elseif ( $this->data['nav_urls']['permalink']['href'] === '' ): ?> |
613 | 613 | <li id="t-ispermalink"<?php echo $this->skin->tooltip( 't-ispermalink' ) ?>><?php $this->msg( 'permalink' ) ?></li> |
614 | 614 | <?php endif; ?> |
615 | | - <?php wfRunHooks( 'VectorTemplateToolboxEnd', array( &$this ) ); ?> |
616 | 615 | <?php wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this ) ); ?> |
617 | 616 | </ul> |
618 | 617 | </div> |
Index: branches/REL1_16/phase3/docs/hooks.txt |
— | — | @@ -1765,13 +1765,6 @@ |
1766 | 1766 | new toggles |
1767 | 1767 | $toggles: array of toggles to add |
1768 | 1768 | |
1769 | | -'VectorTemplateToolboxEnd': Called by Vector skin after toolbox links have |
1770 | | -been rendered (useful for adding more) |
1771 | | -Note: this is only run for the Vector skin. To add items to the toolbox |
1772 | | -for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook |
1773 | | -instead. |
1774 | | -$tools: array of tools |
1775 | | - |
1776 | 1769 | 'WantedPages::getSQL': called in WantedPagesPage::getSQL(), can be used to |
1777 | 1770 | alter the SQL query which gets the list of wanted pages |
1778 | 1771 | &$wantedPages: WantedPagesPage object |