1
0

Full pingback support, fallback trackback method for WordPress

blogs. Thanks to brockha.us!
This commit is contained in:
Garvin Hicking
2007-07-06 10:17:47 +00:00
parent 822c908f99
commit c341f85b09
66 changed files with 329 additions and 19 deletions

View File

@ -894,3 +894,7 @@ $i18n_unknown = 'tw';
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');
@define('PINGBACK_SENDING', 'Sending pingback to URI %s...');
@define('PINGBACK_SENT', 'Pingback successful');
@define('PINGBACK_FAILED', 'Pingback failed: %s');
@define('PINGBACK_NOT_FOUND', 'No pingback-URI found.');