Fix a typo in the return description for get_sample_permalink()
.
Props TobiasBg. Fixes #30591. git-svn-id: https://develop.svn.wordpress.org/trunk@30755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7082b703b2
commit
fffbee4ac7
@ -1123,7 +1123,7 @@ function postbox_classes( $id, $page ) {
|
||||
* @param int $id Post ID or post object.
|
||||
* @param string $title Optional. Title. Default null.
|
||||
* @param string $name Optional. Name. Default null.
|
||||
* @return array Arra yith two entries of type string.
|
||||
* @return array Array with two entries of type string.
|
||||
*/
|
||||
function get_sample_permalink($id, $title = null, $name = null) {
|
||||
$post = get_post( $id );
|
||||
|
Loading…
Reference in New Issue
Block a user