mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Various corrections to inline docblocks.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2162,7 +2162,7 @@ function calendar_week_mod( $num ) {
|
||||
* @global array $posts
|
||||
*
|
||||
* @param bool $initial Optional. Whether to use initial calendar names. Default true.
|
||||
* @param bool $display Optional. Whether to display or return the calendar. Default true.
|
||||
* @param bool $echo Optional. Whether to display the calendar output. Default true.
|
||||
* @return void|string Void if `$echo` argument is true, calendar HTML if `$echo` is false.
|
||||
*/
|
||||
function get_calendar( $initial = true, $echo = true ) {
|
||||
|
||||
Reference in New Issue
Block a user