Well in the article it just uses the prime notation to represent a derivative, and not \partial/\partial x or \partial/ \partial t.
The first thing to note is that u(x,t)=F(x-ct)+G(x-ct), so if you take a time derivative of one of these functions, you will pull out the constant c because
<br />
\frac{\partial}{\partial t} \equiv c\frac{\partial}{\partial(ct)}.<br />
The second thing to note is that because the variables x,t in the functions F\,, G appear as a sum or difference, then differentiating with respect to t will give the same functional form as a derivative with respect x, up to some constant. For example,
<br />
f(x-ct) = \sin(x-ct)<br />
Then
<br />
\frac{\partial}{\partial x}f(x-ct) = \cos(x-ct) = \frac{\partial}{\partial(-ct)}\sin(x-ct) = \frac{-1}{c}\frac{\partial}{\partial t}\sin(x-ct) = \frac{-1}{c}\frac{\partial}{\partial t}f(x-ct)<br />
The reason why they write the derivative in this primed notation is because the conditions require that the time derivative is evaluated at t=0, which you could write like this:
<br />
\left.\frac{\partial}{\partial t}f(x,t)\right|_{t=0} = h(x).<br />
The notation is pretty cumbersome so instead they just write:
<br />
f^{\prime}(x,0) = ch(x).<br />
I think this is right, but maybe someone else could clarify?