Ticket #35099: 35099.patch
| File 35099.patch, 737 bytes (added by , 10 years ago) |
|---|
-
wp-admin/includes/class-wp-posts-list-table.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
247 247 ); 248 248 } 249 249 250 /** 251 * Filter edit link 252 * 253 * @since 4.5.0 254 * 255 * @param string $url The formatted link string. 256 * @param array $args URL parameters for the link. 257 */ 258 $url = apply_filters( 'edit_link', $url, $args ); 259 250 260 return sprintf( 251 261 '<a href="%s"%s>%s</a>', 252 262 esc_url( $url ),