Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CS: remove a few more redundant @ignore comments #145

Merged
merged 1 commit into from
Mar 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions duplicate-post-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,6 @@ function duplicate_post_copy_post_meta_info( $new_id, $post ) {
* Workaround for inconsistent wp_slash.
* Works only with WP 4.4+ (map_deep)
*
* @ignore
*
* @param mixed $value Array or object to be recursively slashed.
* @return string|mixed
*/
Expand All @@ -430,8 +428,6 @@ function duplicate_post_addslashes_deep( $value ) {
/**
* Adds slashes only to strings.
*
* @ignore
*
* @param mixed $value Value to slash only if string.
* @return string|mixed
*/
Expand All @@ -442,8 +438,6 @@ function duplicate_post_addslashes_to_strings_only( $value ) {
/**
* Replacement function for faulty core wp_slash().
*
* @ignore
*
* @param mixed $value What to add slash to.
* @return mixed
*/
Expand Down
1 change: 0 additions & 1 deletion duplicate-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function duplicate_post_load_plugin_textdomain() {
/**
* Adds 'Settings' link to plugin entry in the Plugins list.
*
* @ignore
* @see 'plugin_action_links_$plugin_file'
*
* @param array $actions An array of plugin action links.
Expand Down