Make WordPress Core


Ignore:
Timestamp:
12/19/2005 07:10:09 PM (21 years ago)
Author:
ryan
Message:

Validation tweaks. fixes #2097

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r3325 r3329  
    9494
    9595        $i = 0;
    96         $search = "# id=(\"|)(\d+)\\1#i";
     96        $search = "# id=(\"|')p(\d+)\\1#i";
    9797        foreach ( $anchor_matches[0] as $anchor ) {
    9898                if ( 0 == preg_match($search, $anchor, $id_matches) )
Note: See TracChangeset for help on using the changeset viewer.