Fix post hiding menu entries

This commit is contained in:
Zixaphir 2014-03-09 15:32:11 -07:00
parent 8d0949a7af
commit 698ef0fa05
3 changed files with 4 additions and 10 deletions

View File

@ -186,8 +186,7 @@
'Menu': { 'Menu': {
'Menu': [true, 'Add a drop-down menu to posts.'], 'Menu': [true, 'Add a drop-down menu to posts.'],
'Report Link': [true, 'Add a report link to the menu.'], 'Report Link': [true, 'Add a report link to the menu.'],
'Thread Hiding Link': [true, 'Add a link to hide entire threads.'], 'Post Hiding Link': [true, 'Add a link to hide posts.'],
'Reply Hiding Link': [true, 'Add a link to hide single replies.'],
'Delete Link': [true, 'Add post and image deletion links to the menu.'], 'Delete Link': [true, 'Add post and image deletion links to the menu.'],
'Archive Link': [true, 'Add an archive link to the menu.'] 'Archive Link': [true, 'Add an archive link to the menu.']
}, },

View File

@ -162,8 +162,7 @@
'Menu': { 'Menu': {
'Menu': [true, 'Add a drop-down menu to posts.'], 'Menu': [true, 'Add a drop-down menu to posts.'],
'Report Link': [true, 'Add a report link to the menu.'], 'Report Link': [true, 'Add a report link to the menu.'],
'Thread Hiding Link': [true, 'Add a link to hide entire threads.'], 'Post Hiding Link': [true, 'Add a link to hide posts.'],
'Reply Hiding Link': [true, 'Add a link to hide single replies.'],
'Delete Link': [true, 'Add post and image deletion links to the menu.'], 'Delete Link': [true, 'Add post and image deletion links to the menu.'],
'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'], 'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'],
'Archive Link': [true, 'Add an archive link to the menu.'] 'Archive Link': [true, 'Add an archive link to the menu.']

View File

@ -197,13 +197,9 @@ Config =
true true
'Add a report link to the menu.' 'Add a report link to the menu.'
] ]
'Thread Hiding Link': [ 'Post Hiding Link': [
true true
'Add a link to hide entire threads.' 'Add a link to hide posts.'
]
'Reply Hiding Link': [
true
'Add a link to hide single replies.'
] ]
'Delete Link': [ 'Delete Link': [
true true