Skip to content

Commit

Permalink
Tidy @link comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Mar 12, 2024
1 parent e112105 commit 77e0392
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To embed a video either search for "Protected Video" in the Block Editor, or use
- [Node.js](https://nodejs.org/)
- [Docker](https://www.docker.com/)

Launch a Docker-based development environment with this plugin pre-installed by running:
Start a WordPress instance for developing this plugin by running:

1. `npm install`
2. `npm run build`
Expand Down
4 changes: 2 additions & 2 deletions includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Admin-specific functionality of the plugin.
*
* @link https://www.alecrust.com/
* @link https://github.com/AlecRust/protected-video
* @package Protected_Video
* @subpackage Protected_Video/includes
* @author Alec Rust (https://www.alecrust.com/)
Expand Down Expand Up @@ -191,7 +191,7 @@ public function sanitize_checkbox_input($input)
}

/**
* Explanation copy on settings page (between heading and fields).
* Render main description on plugin settings page.
*/
public function render_settings_description()
{
Expand Down
2 changes: 1 addition & 1 deletion includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Defines the plugin name, version, and admin-specific
* and public-facing site hooks.
*
* @link https://www.alecrust.com/
* @link https://github.com/AlecRust/protected-video
* @package Protected_Video
* @subpackage Protected_Video/includes
* @author Alec Rust (https://www.alecrust.com/)
Expand Down
2 changes: 1 addition & 1 deletion includes/public.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Public-facing functionality of the plugin.
*
* @link https://www.alecrust.com/
* @link https://github.com/AlecRust/protected-video
* @package Protected_Video
* @subpackage Protected_Video/includes
* @author Alec Rust (https://www.alecrust.com/)
Expand Down
2 changes: 1 addition & 1 deletion protected-video.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @package Protected_Video
* @author Alec Rust
* @link https://www.alecrust.com/
* @link https://github.com/AlecRust/protected-video
*/

// Abort if this file is called directly.
Expand Down
2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Fired when the plugin is uninstalled.
*
* @link https://www.alecrust.com/
* @link https://github.com/AlecRust/protected-video
* @package Protected_Video
*/

Expand Down

0 comments on commit 77e0392

Please sign in to comment.