Changeset 12548
- Timestamp:
- 12/26/2009 04:53:17 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-ftp.php
r12387 r12548 496 496 foreach($f as $k=>$v) { 497 497 $v=explode(" ", trim($v)); 498 $this->_features[array_shift($v)]=$v; ;498 $this->_features[array_shift($v)]=$v; 499 499 } 500 500 return true; -
trunk/wp-includes/link-template.php
r12532 r12548 702 702 default : 703 703 if ( !current_user_can( 'edit_post', $post->ID ) ) 704 return apply_filters( 'get_edit_post_link', '', $post->ID, $context ); ;704 return apply_filters( 'get_edit_post_link', '', $post->ID, $context ); 705 705 $file = 'post'; 706 706 $var = 'post'; … … 778 778 default : 779 779 if ( !current_user_can( 'edit_post', $post->ID ) ) 780 return apply_filters( 'get_delete_post_link', '', $post->ID, $context ); ;780 return apply_filters( 'get_delete_post_link', '', $post->ID, $context ); 781 781 $file = 'post'; 782 782 $var = 'post'; -
trunk/wp-includes/pomo/po.php
r12079 r12548 255 255 } 256 256 // add comment 257 $this->add_comment_to_entry($entry, $line); ;257 $this->add_comment_to_entry($entry, $line); 258 258 } elseif (preg_match('/^msgctxt\s+(".*")/', $line, $m)) { 259 259 if ($is_final($context)) {
Note: See TracChangeset
for help on using the changeset viewer.