Skip to content

Commit 0abc17e

Browse files
committed
Remove /extend/ from WordPress.org plugin URLs
1 parent ed4ef38 commit 0abc17e

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can use a graphical interface, similar to the Plugins menu, to manage, activ
2121

2222
Although Code Snippets is designed to be easy-to-use and its interface looks, feels and acts as if it was a native part of WordPress, each screen includes a help tab, just in case you get stuck.
2323

24-
An addon-plugin for Code Snippets is available: [Code Snippets Tags](http://wordpress.org/extend/plugins/code-snippets-tags) will allow you to assign tags to your snippets and organize them in the table.
24+
An addon-plugin for Code Snippets is available: [Code Snippets Tags](http://wordpress.org/plugins/code-snippets-tags) will allow you to assign tags to your snippets and organize them in the table.
2525

2626
## Other Notes
2727

admin/help/import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
$screen->set_help_sidebar(
3737
'<p><strong>' . __( 'For more information:', 'code-snippets' ) . '</strong></p>' .
38-
'<p>' . __( '<a href="http://wordpress.org/extend/plugins/code-snippets" target="_blank">WordPress Extend</a>', 'code-snippets' ) . '</p>' .
38+
'<p>' . __( '<a href="http://wordpress.org/plugins/code-snippets" target="_blank">WordPress Extend</a>', 'code-snippets' ) . '</p>' .
3939
'<p>' . __( '<a href="http://wordpress.org/support/plugin/code-snippets" target="_blank">Support Forums</a>', 'code-snippets' ) . '</p>' .
4040
'<p>' . __( '<a href="http://code-snippets.bungeshea.com/" target="_blank">Project Website</a>', 'code-snippets' ) . '</p>'
4141
);

admin/help/manage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
$screen->set_help_sidebar(
3838
'<p><strong>' . __( 'For more information:', 'code-snippets' ) . '</strong></p>' .
39-
'<p>' . __( '<a href="http://wordpress.org/extend/plugins/code-snippets" target="_blank">WordPress Extend</a></p>', 'code-snippets' ) . '</p>' .
39+
'<p>' . __( '<a href="http://wordpress.org/plugins/code-snippets" target="_blank">WordPress Extend</a></p>', 'code-snippets' ) . '</p>' .
4040
'<p>' . __( '<a href="http://wordpress.org/support/plugin/code-snippets" target="_blank">Support Forums</a>', 'code-snippets' ) . '</p>' .
4141
'<p>' . __( '<a href="http://code-snippets.bungeshea.com/" target="_blank">Project Website</a>', 'code-snippets' ) . '</p>'
4242
);

admin/help/single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
$screen->set_help_sidebar(
4343
'<p><strong>' . __( 'For more information:', 'code-snippets' ) . '</strong></p>' .
44-
'<p>' . __( '<a href="http://wordpress.org/extend/plugins/code-snippets" target="_blank">WordPress Extend</a>', 'code-snippets' ) . '</p>' .
44+
'<p>' . __( '<a href="http://wordpress.org/plugins/code-snippets" target="_blank">WordPress Extend</a>', 'code-snippets' ) . '</p>' .
4545
'<p>' . __( '<a href="http://wordpress.org/support/plugin/code-snippets" target="_blank">Support Forums</a>', 'code-snippets' ) . '</p>' .
4646
'<p>' . __( '<a href="http://code-snippets.bungeshea.com/" target="_blank">Project Website</a>', 'code-snippets' ) . '</p>'
4747
);

includes/class-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ function plugin_meta( $links, $file ) {
645645
/* array_merge appends the links to the end */
646646
return array_merge( $links, array(
647647
sprintf( $format,
648-
'http://wordpress.org/extend/plugins/code-snippets/',
648+
'http://wordpress.org/plugins/code-snippets/',
649649
__( 'Visit the WordPress.org plugin page', 'code-snippets' ),
650650
__( 'About', 'code-snippets' )
651651
),

includes/export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function code_snippets_export( $ids, $format = 'xml' ) {
5252

5353
?>
5454
<!-- This is a code snippets export file generated by the Code Snippets WordPress plugin. -->
55-
<!-- http://wordpress.org/extend/plugins/code-snippets -->
55+
<!-- http://wordpress.org/plugins/code-snippets -->
5656

5757
<!-- To import these snippets a WordPress site follow these steps: -->
5858
<!-- 1. Log in to that site as an administrator. -->

languages/code-snippets-de_DE.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ msgstr "Weitere Informationen:"
386386
#@ code-snippets
387387
#: includes/help/import.php:27
388388
#: includes/help/single.php:32
389-
msgid "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a>"
390-
msgstr "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">Plugin-Seite bei WordPress.org</a>"
389+
msgid "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a>"
390+
msgstr "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">Plugin-Seite bei WordPress.org</a>"
391391

392392
#@ code-snippets
393393
#: includes/help/import.php:28
@@ -429,8 +429,8 @@ msgstr "Auch wenn Sie sicher sind, dass Sie das Codeschnipsel-Plugin niemals meh
429429

430430
#@ code-snippets
431431
#: includes/help/manage.php:28
432-
msgid "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a></p>"
433-
msgstr "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">Plugin-Seite bei WordPress.org</a></p>"
432+
msgid "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a></p>"
433+
msgstr "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">Plugin-Seite bei WordPress.org</a></p>"
434434

435435
#@ code-snippets
436436
#: includes/help/single.php:7

languages/code-snippets.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ msgid "For more information:"
274274
msgstr ""
275275

276276
#: includes/help/import.php:27 includes/help/single.php:32
277-
msgid "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a>"
277+
msgid "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a>"
278278
msgstr ""
279279

280280
#: includes/help/import.php:28 includes/help/manage.php:29
@@ -307,7 +307,7 @@ msgid "Even if you're sure that you don't want to use Code Snippets ever again o
307307
msgstr ""
308308

309309
#: includes/help/manage.php:28
310-
msgid "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a></p>"
310+
msgid "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a></p>"
311311
msgstr ""
312312

313313
#: includes/help/single.php:7

languages/code-snippets.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ msgid "For more information:"
274274
msgstr ""
275275

276276
#: includes/help/import.php:27 includes/help/single.php:32
277-
msgid "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a>"
277+
msgid "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a>"
278278
msgstr ""
279279

280280
#: includes/help/import.php:28 includes/help/manage.php:29
@@ -307,7 +307,7 @@ msgid "Even if you're sure that you don't want to use Code Snippets ever again o
307307
msgstr ""
308308

309309
#: includes/help/manage.php:28
310-
msgid "<a href=\"http://wordpress.org/extend/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a></p>"
310+
msgid "<a href=\"http://wordpress.org/plugins/code-snippets\" target=\"_blank\">WordPress Extend</a></p>"
311311
msgstr ""
312312

313313
#: includes/help/single.php:7

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use a graphical interface, similar to the Plugins menu, to manage, activ
2222

2323
Although Code Snippets is designed to be easy-to-use and its interface looks, feels and acts as if it was a native part of WordPress, each screen includes a help tab, just in case you get stuck.
2424

25-
An addon-plugin for Code Snippets is available: [Code Snippets Tags](http://wordpress.org/extend/plugins/code-snippets-tags) will allow you to assign tags to your snippets and organize them in the table.
25+
An addon-plugin for Code Snippets is available: [Code Snippets Tags](http://wordpress.org/plugins/code-snippets-tags) will allow you to assign tags to your snippets and organize them in the table.
2626

2727
Further information, documentation and updates are available on the [plugin homepage](http://code-snippets.bungeshea.com). You can also contribute to the code at [GitHub](https://github.com/bungeshea/code-snippets).
2828

@@ -90,7 +90,7 @@ Yes. Click the checkboxes next to the snippets you want to export, and then choo
9090
You can run snippets across an entire multisite network by **Network Activating** Code Snippets through the Network Dashboard. You can also activate Code Snippets just on the main site, and then individually on other sites of your choice.
9191

9292
= Is there anyway to add categories to snippets? =
93-
Users of Code Snippets version 1.7 and later can install the [Code Snippets Tags](http://wordpress.org/extend/plugins/code-snippets-tags) plugin for the ability to add tags to snippets, and then later filter the snippets by tag for easier organization.
93+
Users of Code Snippets version 1.7 and later can install the [Code Snippets Tags](http://wordpress.org/plugins/code-snippets-tags) plugin for the ability to add tags to snippets, and then later filter the snippets by tag for easier organization.
9494

9595
= I need help with Code Snippets =
9696
You can get help with Code Snippets either on the [WordPress Support Forums](http://wordpress.org/support/plugin/code-snippets/), on [GithHub](https://github.com/bungeshea/code-snippets/issues), or on [WordPress Answers](http://wordpress.stackexchange.com).

0 commit comments

Comments
 (0)