Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 0511aa3

Browse files
Fix editing permissions for the Web Inspector Editor role
https://bugs.webkit.org/show_bug.cgi?id=206761 Reviewed by Devin Rousso. * wp-content/plugins/web-inspector-pages.php: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@255084 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 653e20f commit 0511aa3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Websites/webkit.org/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-01-24 Jon Davis <[email protected]>
2+
3+
Fix editing permissions for the Web Inspector Editor role
4+
https://bugs.webkit.org/show_bug.cgi?id=206761
5+
6+
Reviewed by Devin Rousso.
7+
8+
* wp-content/plugins/web-inspector-pages.php:
9+
110
2020-01-23 Jon Davis <[email protected]>
211

312
Fix extra space between title and article body

Websites/webkit.org/wp-content/plugins/web-inspector-pages.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'edit_web_inspector_page' => true,
1616
'edit_web_inspector_pages' => true,
1717
'edit_others_web_inspector_pages' => true,
18+
'edit_published_web_inspector_pages' => true,
1819
'delete_web_inspector_page' => true,
1920
'delete_web_inspector_pages' => true,
2021
'publish_web_inspector_pages' => true,

0 commit comments

Comments
 (0)