|
@@ -10,10 +10,8 @@ |
|
10
|
10
|
} |
|
11
|
11
|
|
|
12
|
12
|
/** |
|
13
|
13
|
* Redirects the demo page to edit a new post. |
|
14
|
|
- * |
|
15
|
|
- * @global string $pagenow The name of the current admin page being viewed. |
|
16
|
14
|
*/ |
|
17
|
15
|
function gutenberg_redirect_demo() { |
|
18
|
16
|
global $pagenow; |
|
19
|
17
|
|