Skip to content

Commit

Permalink
replace @see with @link where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Aug 23, 2018
1 parent 240606f commit 4568710
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/CarbonFields/carbon-fields/post-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Here, you can register custom post meta fields using the Carbon Fields library.
*
* @see https://carbonfields.net/docs/containers-post-meta/
* @link https://carbonfields.net/docs/containers-post-meta/
*
* @package WPEmergeCli
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CarbonFields/carbon-fields/term-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Here, you can register custom post meta fields using the Carbon Fields library.
*
* @see https://carbonfields.net/docs/containers-post-meta/
* @link https://carbonfields.net/docs/containers-post-meta/
*
* @package WPEmergeCli
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CarbonFields/carbon-fields/theme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Here, you can register Theme Options using the Carbon Fields library.
*
* @see https://carbonfields.net/docs/containers-theme-options/
* @link https://carbonfields.net/docs/containers-theme-options/
*
* @package WPEmergeCli
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CarbonFields/carbon-fields/user-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Here, you can register custom post meta fields using the Carbon Fields library.
*
* @see https://carbonfields.net/docs/containers-post-meta/
* @link https://carbonfields.net/docs/containers-post-meta/
*
* @package WPEmergeCli
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Presets/GravityFormsUtilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function addHooks( $directory ) {
/**
* Disables the Confirmation Anchor on Gravity Forms.
*
* @see http://www.gravityhelp.com/documentation/page/Gform_confirmation_anchor
* @link http://www.gravityhelp.com/documentation/page/Gform_confirmation_anchor
*/
add_filter( 'gform_confirmation_anchor', '__return_false' );
EOT
Expand All @@ -99,7 +99,7 @@ protected function addHooks( $directory ) {
/**
* Display an "Add Form" button above rich text fields on all custom field containers.
*
* @see http://www.gravityhelp.com/documentation/page/Gform_display_add_form_button
* @link http://www.gravityhelp.com/documentation/page/Gform_display_add_form_button
*/
add_filter( 'gform_display_add_form_button', '__return_true' );
EOT
Expand Down

0 comments on commit 4568710

Please sign in to comment.