Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Update inline docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sisk committed Apr 29, 2014
1 parent 317d53e commit caf77f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions -/php/integrate/dynamic.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @uses next_webcomic_link()
* @uses last_webcomic_link()
* @uses the_webcomic()
* @uses the_webcomic_collection()
* @uses the_webcomic_collections()
* @uses the_webcomic_storylines()
* @uses the_webcomic_characters()
*/
Expand Down Expand Up @@ -41,7 +41,7 @@

<footer class="entry-meta">
<?php
the_webcomic_collection();
the_webcomic_collections();
the_webcomic_storylines( "<span class='sep'> | </span>" );
the_webcomic_characters( "<span class='sep'> | </span>" );

Expand Down
4 changes: 2 additions & 2 deletions -/php/integrate/loop_start.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @uses next_webcomic_link()
* @uses last_webcomic_link()
* @uses the_webcomic()
* @uses the_webcomic_collection()
* @uses the_webcomic_collections()
* @uses the_webcomic_storylines()
* @uses the_webcomic_characters()
* @uses is_webcomic()
Expand Down Expand Up @@ -58,7 +58,7 @@

<footer class="entry-meta">
<?php
the_webcomic_collection();
the_webcomic_collections();
the_webcomic_storylines( "<span class='sep'> | </span>" );
the_webcomic_characters( "<span class='sep'> | </span>" );

Expand Down

0 comments on commit caf77f6

Please sign in to comment.