-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 170 | 170 | ?> |
| 171 | 171 | </body> |
| 172 | 172 | </html> |
| | 173 | <?php |
| | 174 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 175 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 176 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 181 | 181 | */ |
| 182 | 182 | do_action( "wp_ajax_nopriv_{$action}" ); |
| 183 | 183 | } |
| | 184 | |
| | 185 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 186 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 187 | } |
| 184 | 188 | // Default status |
| 185 | 189 | wp_die( '0' ); |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 112 | 112 | <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> |
| 113 | 113 | </body> |
| 114 | 114 | </html> |
| | 115 | <?php |
| | 116 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 117 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 118 | } |
| | 119 | |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 70 | 70 | do_action( "admin_post_{$action}" ); |
| 71 | 71 | } |
| 72 | 72 | } |
| | 73 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 74 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 75 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 398 | 398 | */ |
| 399 | 399 | do_action( "admin_action_{$action}" ); |
| 400 | 400 | } |
| | 401 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 402 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 403 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 116 | 116 | */ |
| 117 | 117 | echo apply_filters( "async_upload_{$type}", $id ); |
| 118 | 118 | } |
| | 119 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 120 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 121 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 267 | 267 | </div> |
| 268 | 268 | </body> |
| 269 | 269 | </html> |
| | 270 | <?php |
| | 271 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 272 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 273 | } |
| | 274 | No newline at end of file |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 428 | 428 | </script> |
| 429 | 429 | </body> |
| 430 | 430 | </html> |
| | 431 | <?php |
| | 432 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 433 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 434 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 9 | 9 | */ |
| 10 | 10 | require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); |
| 11 | 11 | wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) ); |
| | 12 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 13 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 14 | } |
| 12 | 15 | exit; |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 139 | 139 | ?> |
| 140 | 140 | </body> |
| 141 | 141 | </html> |
| | 142 | <?php |
| | 143 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 144 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 145 | } |
| | 146 | No newline at end of file |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 4239 | 4239 | // Load custom DB error template, if present. |
| 4240 | 4240 | if ( file_exists( WP_CONTENT_DIR . '/db-error.php' ) ) { |
| 4241 | 4241 | require_once( WP_CONTENT_DIR . '/db-error.php' ); |
| | 4242 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 4243 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 4244 | } |
| 4242 | 4245 | die(); |
| 4243 | 4246 | } |
| 4244 | 4247 | |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 82 | 82 | status_header( 304 ); |
| 83 | 83 | exit; |
| 84 | 84 | } |
| 85 | | |
| | 85 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 86 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 87 | } |
| 86 | 88 | // If we made it this far, just serve the file |
| 87 | 89 | readfile( $file ); |
| 88 | 90 | flush(); |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 307 | 307 | $route = '/'; |
| 308 | 308 | } |
| 309 | 309 | $server->serve_request( $route ); |
| 310 | | |
| | 310 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 311 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 312 | } |
| 311 | 313 | // We're done. |
| 312 | 314 | die(); |
| 313 | 315 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 1652 | 1652 | // Load custom DB error template, if present. |
| 1653 | 1653 | if ( file_exists( WP_CONTENT_DIR . '/db-error.php' ) ) { |
| 1654 | 1654 | require_once( WP_CONTENT_DIR . '/db-error.php' ); |
| | 1655 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 1656 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 1657 | } |
| 1655 | 1658 | die(); |
| 1656 | 1659 | } |
| 1657 | 1660 | |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 15 | 15 | |
| 16 | 16 | /** Loads the WordPress Environment and Template */ |
| 17 | 17 | require( dirname( __FILE__ ) . '/wp-blog-header.php' ); |
| | 18 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 19 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 20 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 54 | 54 | 'https://gruntjs.com/getting-started', |
| 55 | 55 | __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) |
| 56 | 56 | ) . '</p>'; |
| 57 | | |
| | 57 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 58 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 59 | } |
| 58 | 60 | wp_die( $die, __( 'WordPress › Error' ) ); |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 212 | 212 | </script> |
| 213 | 213 | <?php |
| 214 | 214 | get_footer( 'wp-activate' ); |
| | 215 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 216 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 217 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 18 | 18 | // Load the theme template. |
| 19 | 19 | require_once( ABSPATH . WPINC . '/template-loader.php' ); |
| 20 | 20 | |
| | 21 | |
| | 22 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 23 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 24 | } |
| | 25 | |
| 21 | 26 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 78 | 78 | $location = apply_filters( 'comment_post_redirect', $location, $comment ); |
| 79 | 79 | |
| 80 | 80 | wp_safe_redirect( $location ); |
| | 81 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 82 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 83 | } |
| 81 | 84 | exit; |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 143 | 143 | if ( _get_cron_lock() == $doing_wp_cron ) { |
| 144 | 144 | delete_transient( 'doing_cron' ); |
| 145 | 145 | } |
| 146 | | |
| | 146 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 147 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 148 | } |
| 147 | 149 | die(); |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 95 | 95 | ?> |
| 96 | 96 | </body> |
| 97 | 97 | </opml> |
| | 98 | <?php |
| | 99 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 100 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 101 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 1158 | 1158 | |
| 1159 | 1159 | break; |
| 1160 | 1160 | } // End action switch. |
| | 1161 | |
| | 1162 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 1163 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 1164 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 261 | 261 | } |
| 262 | 262 | |
| 263 | 263 | $pop3->quit(); |
| | 264 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 265 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 266 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 530 | 530 | * @since 3.0.0 |
| 531 | 531 | */ |
| 532 | 532 | do_action( 'wp_loaded' ); |
| 533 | | |
| 534 | | /* |
| 535 | | * Store the fact that we could successfully execute the entire WordPress |
| 536 | | * lifecycle. This is used to skip the premature shutdown handler, as it cannot |
| 537 | | * be unregistered. |
| 538 | | */ |
| 539 | | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| 540 | | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| 541 | | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 1008 | 1008 | |
| 1009 | 1009 | <?php |
| 1010 | 1010 | get_footer( 'wp-signup' ); |
| | 1011 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 1012 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 1013 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 150 | 150 | do_action( 'trackback_post', $trackback_id ); |
| 151 | 151 | trackback_response( 0 ); |
| 152 | 152 | } |
| | 153 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 154 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 155 | } |
-
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 84 | 84 | |
| 85 | 85 | // Fire off the request |
| 86 | 86 | $wp_xmlrpc_server->serve_request(); |
| 87 | | |
| | 87 | if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) { |
| | 88 | define( 'WP_EXECUTION_SUCCEEDED', true ); |
| | 89 | } |
| 88 | 90 | exit; |
| 89 | 91 | |
| 90 | 92 | /** |