Changeset 4990 for trunk/wp-includes/pluggable.php
- Timestamp:
- 03/07/2007 05:29:15 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r4953 r4990 281 281 $referer = strtolower(wp_get_referer()); 282 282 if ( !wp_verify_nonce($_REQUEST['_wpnonce'], $action) && 283 !(-1 == $action && str str($referer, $adminurl)) ) {283 !(-1 == $action && strpos($referer, $adminurl) !== false)) 284 284 wp_nonce_ays($action); 285 285 die();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)