WP Automatic ping question

Silly

Regular Member
Joined
Sep 21, 2009
Messages
454
Reaction score
70
Hi all,

I have a question about the automotic ping function of WP. My English is not so good so I don't understand how It work ok.

In WP they write this :

Code:
When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see [URL="http://codex.wordpress.org/Update_Services"]Update Services[/URL] on the Codex. Separate multiple service URLs with line breaks.
</H3>

so do i have to set it like this :

Code:
hxxp://www.ping1.com
hxxp://www.ping2.com

or

Code:
hxxp://www.ping1.com
 
hxxp://www.ping2.com

Thanks
 
A line break is the same as a new line.

So it looks like this:

Code:
hxxp://www.ping1.com
hxxp://www.ping2.com
 
Back
Top