Changeset 3874:ab8368569446 for plugins/pings/_install.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/_install.php
r3731 r3874 18 18 19 19 // Default pings services 20 $default_pings_uris = array(20 $default_pings_uris = [ 21 21 'Ping-o-Matic!' => 'http://rpc.pingomatic.com/', 22 22 'Google Blog Search' => 'http://blogsearch.google.com/ping/RPC2' 23 );23 ]; 24 24 25 25 $core->blog->settings->addNamespace('pings');
Note: See TracChangeset
for help on using the changeset viewer.