Changeset 7130 for trunk/wp-admin/edit.php
- Timestamp:
- 03/02/2008 08:17:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r7110 r7130 29 29 } elseif ( !empty($_GET['_wp_http_referer']) ) { 30 30 wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI']))); 31 exit; 31 exit; 32 32 } 33 33 … … 155 155 continue; 156 156 $arc_row->mmonth = zeroise( $arc_row->mmonth, 2 ); 157 157 158 158 if ( $arc_row->yyear . $arc_row->mmonth == $_GET['m'] ) 159 159 $default = ' selected="selected"'; 160 160 else 161 161 $default = ''; 162 162 163 163 echo "<option$default value='$arc_row->yyear$arc_row->mmonth'>"; 164 164 echo $wp_locale->get_month($arc_row->mmonth) . " $arc_row->yyear";
Note: See TracChangeset
for help on using the changeset viewer.