diff --git src/wp-admin/includes/post.php src/wp-admin/includes/post.php
index b827e98..719f6eb 100644
|
|
function postbox_classes( $id, $page ) { |
1123 | 1123 | * @param int $id Post ID or post object. |
1124 | 1124 | * @param string $title Optional. Title. Default null. |
1125 | 1125 | * @param string $name Optional. Name. Default null. |
1126 | | * @return array Arra yith two entries of type string. |
| 1126 | * @return array Array with two entries of type string. |
1127 | 1127 | */ |
1128 | 1128 | function get_sample_permalink($id, $title = null, $name = null) { |
1129 | 1129 | $post = get_post( $id ); |