- Timestamp:
- 07/02/2021 07:05:46 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r50841 r51319 14 14 * 15 15 * @param array $classes Classes for the body element. 16 *17 16 * @return array 18 17 */ … … 45 44 * 46 45 * @param array $classes An array of CSS classes. 47 *48 46 * @return array 49 47 */ … … 87 85 * 88 86 * @param array $defaults The form defaults. 89 *90 87 * @return array 91 88 */ … … 168 165 * 169 166 * @param string $title The title. 170 *171 167 * @return string 172 168 */ … … 183 179 * 184 180 * @param string $group The icon group. 185 * @param string $icon The icon. 186 * @param int $size The icon size in pixels. 187 * 181 * @param string $icon The icon. 182 * @param int $size The icon size in pixels. 188 183 * @return string 189 184 */ … … 196 191 * 197 192 * @param string $calendar_output The generated HTML of the calendar. 198 *199 193 * @return string 200 194 */ … … 212 206 * 213 207 * @param string $type Whether to return CSS for the "front-end", "block-editor" or "classic-editor". 214 *215 208 * @return string 216 209 */ … … 329 322 * Example: `core/image`, `core-embed/*`. 330 323 * @param string|null $content The content to search in. Use null for get_the_content(). 331 * @param int $instances How many instances of the block will be printed (max). Defaults to 1. 332 * 324 * @param int $instances How many instances of the block will be printed (max). Default 1. 333 325 * @return bool Returns true if a block was located & printed, otherwise false. 334 326 */ … … 416 408 * @param string|array $size Requested size. Image size or array of width and height values 417 409 * (in that order). Default 'thumbnail'. 418 *419 410 * @return array 420 411 */
Note: See TracChangeset
for help on using the changeset viewer.