Changeset 3263 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/template-tags.php
- Timestamp:
- 05/26/2016 10:50:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/template-tags.php
r3262 r3263 119 119 return $url; 120 120 } 121 122 /** 123 * Returns the name of the current handbook. 124 * 125 * @return string 126 */ 127 function wporg_get_current_handbook_name() { 128 $handbook = wporg_get_current_handbook(); 129 130 return $handbook ? WPorg_Handbook::get_name( $handbook ) : ''; 131 }
Note: See TracChangeset
for help on using the changeset viewer.