diff options
Diffstat (limited to 'library/WT/Theme/BaseTheme.php')
| -rw-r--r-- | library/WT/Theme/BaseTheme.php | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/library/WT/Theme/BaseTheme.php b/library/WT/Theme/BaseTheme.php index 7261102fec..58916bccaf 100644 --- a/library/WT/Theme/BaseTheme.php +++ b/library/WT/Theme/BaseTheme.php @@ -296,19 +296,6 @@ abstract class BaseTheme { } /** - * Create a pending changes link for the page footer. - * - * @return string - */ - protected function formatPendingChangesLink() { - if ($this->pendingChangesExist()) { - return '<div class="pending-changes-link">' . $this->pendingChangesLink() . '</div>'; - } else { - return ''; - } - } - - /** * Create a quick search form for the header. * * @return string @@ -1649,27 +1636,6 @@ abstract class BaseTheme { } /** - * Create a pending changes link. - * - * @return string - */ - protected function pendingChangesLink() { - return - '<a href="#" onclick="window.open(\'edit_changes.php\', \'_blank\', chan_window_specs); return false;">' . - $this->pendingChangesLinkText() . - '</a>'; - } - - /** - * Text to use in the pending changes link. - * - * @return string - */ - protected function pendingChangesLinkText() { - return WT_I18N::translate('There are pending changes for you to moderate.'); - } - - /** * Generate a list of items for the main menu. * * @return WT_Menu[] |
