<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;
 &lt;head&gt;
-&lt;title&gt;Add new movie rating&lt;/title&gt;
+&lt;title&gt;Add a new movie rating&lt;/title&gt;
 &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;add_movie.css&quot; /&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;prototype.js&quot;&gt;&lt;/script&gt;
@@ -12,7 +12,7 @@
 
 &lt;form id=&quot;movie_data&quot; method=&quot;post&quot; action=&quot;&quot;&gt;
 
-&lt;h1&gt;Add new movie rating:&lt;/h1&gt;
+&lt;h1&gt;Add a new movie rating:&lt;/h1&gt;
 
 &lt;p class=&quot;help&quot;&gt;Type imdb link, write optional review and click on a star to rate the movie.&lt;/p&gt;
 </diff>
      <filename>add_movie.html</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ WP Movie Ratings changelog:
 ===========================
 
 2008-05-18
-- added option to add movies without rating them (only through the administration panel) (to create a list of owned just not yet seen dvds, for example).
+- added option to add movies without rating them (to create a list of owned just not yet seen dvds, for example) (only through the administration panel).
 - added option to select all 'only_rated' or 'only_not_rated' movies using the wp_movie_ratings_show() function call.
 - char_limit option can now be passed as a parameter to the wp_movie_ratings_show() function call.
 - fixed problems making the movie reviews pages non XHTML compliant.</diff>
      <filename>changelog</filename>
    </modified>
    <modified>
      <diff>@@ -246,8 +246,8 @@ function wp_movie_ratings_show($count = null, $options = array()) {
 #       'char_limit' -&gt; will cut any character in the title after this number (number)
 #		'only_not_rated' -&gt; will select only not yet rated movies ('yes'/'no')
 #		'only_rated' -&gt; will select only already rated movies ('yes'/'no')
-#		'order_by' -&gt; default sorting (valid only for 'only_not_rated') ('title'/'rating'/'watched_on')
-#		'order_direction' -&gt; default sorting direction (valid only for 'only_not_rated') ('ASC'/'DESC')
+#		'order_by' -&gt; default sort (valid only when used with combination of either 'only_rated' or 'only_not_rated') ('title'/'rating'/'watched_on')
+#		'order_direction' -&gt; default sort direction (valid only when used with combination of either 'only_rated' or 'only_not_rated') ('ASC'/'DESC')
 function wp_movie_ratings_get($count = null, $options = array()) {
 	# output
 	$o = &quot;&quot;;</diff>
      <filename>wp_movie_ratings.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>354156d2d456ae15fc20bb78059eb41b0210fe42</id>
    </parent>
  </parents>
  <author>
    <name>Pawe&#322; Go&#347;cicki</name>
    <email>pawel.goscicki@gmail.com</email>
  </author>
  <url>http://github.com/pjg/wp_movie_ratings/commit/7516ab6c3600b7015e8f4271de674d863885b3af</url>
  <id>7516ab6c3600b7015e8f4271de674d863885b3af</id>
  <committed-date>2009-01-11T06:35:52-08:00</committed-date>
  <authored-date>2008-05-18T09:07:37-07:00</authored-date>
  <message>Small typo fixes and documentation updates.</message>
  <tree>f19adb55e28ca643660e8fc56bab6e4c96cb648e</tree>
  <committer>
    <name>Pawe&#322; Go&#347;cicki</name>
    <email>pawel.goscicki@gmail.com</email>
  </committer>
</commit>
