Advertisement
Guest User

patch.diff

a guest
May 12th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.45 KB | None | 0 0
  1. --- admin/class-metabox.php Sun May 12 13:32:08 2013
  2. +++ admin/class-metabox.php Sun May 12 13:58:46 2013
  3. @@ -1633,6 +1633,7 @@
  4.             $this->save_score_result( $results, 9, sprintf( $scoreBodyGoodLength, $wordCount ), 'body_length', $wordCount );
  5.  
  6.         $body = $this->strtolower_utf8( $body );
  7. +       $job["keyword"] = $this->strtolower_utf8( $job["keyword"] );
  8.  
  9.         $keywordWordCount = str_word_count( $job["keyword"] );
  10.         if ( $keywordWordCount > 10 ) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement