Skip to content

Commit

Permalink
Documentation: minor fix in dev guide plugin section
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Oct 12, 2016
1 parent 224d0de commit d7c92d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docbook/Developers_Guide/en-US/Plugins_Building.xml
Expand Up @@ -161,7 +161,7 @@ echo '<link rel="stylesheet" type="text/css" href="', plugin_file( 'foo.css'
</programlisting>

<para>
Note that while <function>plugin_page()</function> expects on the page's name,
Note that while <function>plugin_page()</function> expects only the page's name
without the extension, <function>plugin_file()</function> requires the entire
filename so that it can distinguish between <filename>foo.css</filename> and
a potential file <filename>foo.png</filename>.
Expand Down

0 comments on commit d7c92d7

Please sign in to comment.