Changeset 38131 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 07/21/2016 07:23:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r37985 r38131 14 14 * Array of arguments for building the post submit meta box. 15 15 * 16 * @type string $id Meta box ID.16 * @type string $id Meta box 'id' attribute. 17 17 * @type string $title Meta box title. 18 18 * @type callable $callback Meta box display callback. … … 354 354 * Post formats meta box arguments. 355 355 * 356 * @type string $id Meta box ID.356 * @type string $id Meta box 'id' attribute. 357 357 * @type string $title Meta box title. 358 358 * @type callable $callback Meta box display callback. … … 395 395 * Tags meta box arguments. 396 396 * 397 * @type string $id Meta box ID.397 * @type string $id Meta box 'id' attribute. 398 398 * @type string $title Meta box title. 399 399 * @type callable $callback Meta box display callback. … … 456 456 * Categories meta box arguments. 457 457 * 458 * @type string $id Meta box ID.458 * @type string $id Meta box 'id' attribute. 459 459 * @type string $title Meta box title. 460 460 * @type callable $callback Meta box display callback.
Note: See TracChangeset
for help on using the changeset viewer.