Make WordPress Core


Ignore:
Timestamp:
03/27/2008 10:05:51 PM (16 years ago)
Author:
ryan
Message:

Redirect back to attachment permalink page after editing attachment via 'Edit This' link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rewrite.php

    r7531 r7554  
    6868
    6969    // First, check to see if there is a 'p=N' or 'page_id=N' to match against
    70     if ( preg_match('#[?&](p|page_id)=(\d+)#', $url, $values) ) {
     70    if ( preg_match('#[?&](p|page_id|attachment_id)=(\d+)#', $url, $values) )   {
    7171        $id = absint($values[2]);
    7272        if ($id)
Note: See TracChangeset for help on using the changeset viewer.