git-svn-id: http://svn.automattic.com/wordpress/trunk@12341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2009-12-08 19:59:34 +00:00
parent 5fae5d7d61
commit cff2ea75c7
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
/**
* Schedules a hook to run only once.
*
* Schedules a hook which will be executed once by the Wordpress actions core at
* Schedules a hook which will be executed once by the WordPress actions core at
* a time which you specify. The action will fire off when someone visits your
* WordPress site, if the schedule time has passed.
*

View File

@@ -1,6 +1,6 @@
<?php
/**
* Main Wordpress Formatting API.
* Main WordPress Formatting API.
*
* Handles many functions for formatting output.
*