Skip to content

Commit

Permalink
Remove obsolete 'name' parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 24, 2023
1 parent 5758fd3 commit 9cfc692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/my-calendar-output.php
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,6 @@ function mc_calendar_params( $args ) {
*/
$format = apply_filters( 'mc_display_format', $format, $args );
$params = array(
'name' => $name, // Not used in my_calendar(); what is/was it for.
'format' => $format,
'category' => $category,
'above' => $above,
Expand Down

0 comments on commit 9cfc692

Please sign in to comment.