]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/version.php
Added new 'Scroller' plugin from @buttle which aims to replace the out-dated
[quix0rs-gnu-social.git] / actions / version.php
index f0f266183168278bd214d0fcdafa55f34687115f..49b2682c066b2bcab139f4cdf96b60d90f15dbe6 100644 (file)
@@ -55,7 +55,7 @@ class VersionAction extends Action
      *
      * @return boolean is read only action?
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }
@@ -108,17 +108,17 @@ class VersionAction extends Action
 
 
     /*
-    * Override to add hentry, and content-inner classes
+    * Override to add h-entry, and content-inner classes
     *
     * @return void
     */
     function showContentBlock()
      {
-         $this->elementStart('div', array('id' => 'content', 'class' => 'hentry'));
+         $this->elementStart('div', array('id' => 'content', 'class' => 'h-entry'));
          $this->showPageTitle();
          $this->showPageNoticeBlock();
          $this->elementStart('div', array('id' => 'content_inner',
-                                          'class' => 'entry-content'));
+                                          'class' => 'e-content'));
          // show the actual content (forms, lists, whatever)
          $this->showContent();
          $this->elementEnd('div');