PluginProbe
Parse.ly / 3.8.4
Parse.ly v3.8.4
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
← All changes | src/UI/class-plugins-actions.php +2 -2 3.19.33.8.4 View file →
@@ -28,9 +28,9 @@
28 28 add_filter( 'plugin_action_links_' . plugin_basename( PARSELY_FILE ), array( $this, 'add_plugin_meta_links' ) );
29 29 }
30 30
31 31 /**
32 - * Adds a 'Settings' action link to the Plugins screen in wp-admin.
32 + * Adds a 'Settings' action link to the Plugins screen in WP admin.
33 33 *
34 34 * @param array<string, mixed> $actions An array of plugin action links. By default, this can include 'activate',
35 35 * 'deactivate', and 'delete'. With Multisite active this can also include
36 36 * 'network_active' and 'network_only' items.
@@ -53,9 +53,9 @@
53 53 );
54 54
55 55 $actions['documentation'] = sprintf(
56 56 $link_pattern,
57 - 'https://docs.parse.ly/wordpress-plugin-setup/',
57 + 'https://www.parse.ly/help/integration/wordpress',
58 58 esc_html__( 'Documentation', 'wp-parsely' )
59 59 );
60 60
61 61 return $actions;