mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Further improve documentation of known return types, plus other docs fixes.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -129,7 +129,7 @@ function get_bookmark_field( $field, $bookmark, $context = 'display' ) {
|
||||
* and searched in 'link_url', 'link_name' and 'link_description'.
|
||||
* Default empty.
|
||||
* }
|
||||
* @return array List of bookmark row objects.
|
||||
* @return object[] List of bookmark row objects.
|
||||
*/
|
||||
function get_bookmarks( $args = '' ) {
|
||||
global $wpdb;
|
||||
|
||||
Reference in New Issue
Block a user