|
@@ -10,8 +10,10 @@ |
|
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. |
|
14
|
16
|
*/ |
|
15
|
17
|
function gutenberg_redirect_demo() { |
|
16
|
18
|
global $pagenow; |
|
17
|
19
|
|