Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit ce7990a

Browse files
committed
First version
1 parent 1ab3cc9 commit ce7990a

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

README-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Obtener y guardar información de plugins a través de la API de WordPress para
2020
<p align="center"><strong>Echa un vistazo al código</strong></p>
2121

2222
<p align="center">
23-
<a href="" title="Echa un vistazo al código">
23+
<a href="https://youtu.be/CW8nzBQHpn4" title="Echa un vistazo al código">
2424
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
2525
</a>
2626
</p>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get and save plugin information from WordPress API to be consumed by other modul
2020
<p align="center"><strong>Take a look at the code</strong></p>
2121

2222
<p align="center">
23-
<a href="" title="Take a look at the code">
23+
<a href="https://youtu.be/CW8nzBQHpn4" title="Take a look at the code">
2424
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
2525
</a>
2626
</p>

src/Controller/Admin/Info/Info.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Eliasis\Modules\WP_Plugin_Info\Controller\Admin\Info;
1313

14-
1514
use Eliasis\Module\Module,
1615
Eliasis\Controller\Controller;
1716

src/Model/Admin/Info/Info.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Eliasis\Modules\WP_Plugin_Info\Model\Admin\Info;
1313

14-
1514
use Josantonius\Json\Json,
1615
Eliasis\Module\Module,
1716
Eliasis\Model\Model;

0 commit comments

Comments
 (0)