Skip to content

Commit

Permalink
Fix spacing on new codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Jan 4, 2023
1 parent 10b647e commit 6d1d4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Reference/filters/admin_dashboard_stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The structure of the items in the ``$stats`` array changed in Omeka 3.1. In 3.1
each array entry should follow this pattern:

.. code-block:: php
$stats['items'] = array(total_records('Item'), __('items'));
$stats['items'] = array(total_records('Item'), __('items'));
The array key is a record type that is passed to :php:func:`link_to`, and the value array's
two items are first the number to display, and second the label.
Expand Down

0 comments on commit 6d1d4f6

Please sign in to comment.