Skip to content

Commit d544f5a

Browse files
committed
MOre sans rmccue following repo migration
1 parent d8ecb63 commit d544f5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/class-importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ public function import_item( array $data, $parent_post_id = 0, $import_ignored =
527527
)
528528
);
529529

530-
// Don't import items marked `@ignore` unless explicitly requested. See https://github.com/rmccue/WP-Parser/issues/16
530+
// Don't import items marked `@ignore` unless explicitly requested. See https://github.com/WordPress/phpdoc-parser/issues/16
531531
if ( ! $import_ignored && wp_list_filter( $data['doc']['tags'], array( 'name' => 'ignore' ) ) ) {
532532

533533
switch ( $post_data['post_type'] ) {

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Plugin Name: WP Parser
44
* Description: Create a function reference site powered by WordPress
55
* Author: Ryan McCue, Paul Gibbs, Andrey "Rarst" Savchenko and Contributors
6-
* Author URI: https://github.com/rmccue/WP-Parser/graphs/contributors
7-
* Plugin URI: https://github.com/rmccue/WP-Parser
6+
* Author URI: https://github.com/WordPress/phpdoc-parser/graphs/contributors
7+
* Plugin URI: https://github.com/WordPress/phpdoc-parser
88
* Version:
99
* Text Domain: wp-parser
1010
*/

0 commit comments

Comments
 (0)