Difference between revisions of "Command-line arguments (Client)"

From FileZilla Wiki
Jump to navigationJump to search
(CCZyTluKdY)
(cGenLBmrigUWwQv)
Line 1: Line 1:
after upgrade to wp 2.7.1 time mainhce in plugin folder cause plugin manage p[age to appear blank. When I move time mainhce folder temporarily to u[loads folder and refresh wp-admin->>plugins the page loads OK.But when I move time mainhce back t plugins folder problem returns.Functionality is still working from user view, but admin side no plugin manage page
+
Ok I figured out the prelbom, will put it here in case there is some way for you to make it automatic in the net version or in case other people have the same prelbom.In Time-Machine.php I found the following line:echo ''.substr($post->post_date,0,4).': '.$pcount.'';and changed it to:echo ''.substr($post->post_date,0,4).': '.$pcount.'';

Revision as of 14:16, 5 May 2012

Ok I figured out the prelbom, will put it here in case there is some way for you to make it automatic in the net version or in case other people have the same prelbom.In Time-Machine.php I found the following line:echo .substr($post->post_date,0,4).': '.$pcount.;and changed it to:echo .substr($post->post_date,0,4).': '.$pcount.;