Changeset 30753 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/06/2014 09:23:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r30680 r30753 1117 1117 1118 1118 /** 1119 * {@internal Missing Short Description}}1119 * Get a sample permalink based off of the post name. 1120 1120 * 1121 1121 * @since 2.5.0 1122 1122 * 1123 * @param int eger$id Post ID or post object.1124 * @param string $title (optional) Title1125 * @param string $name (optional) Name1126 * @return array With two entries of type string1123 * @param int $id Post ID or post object. 1124 * @param string $title Optional. Title. Default null. 1125 * @param string $name Optional. Name. Default null. 1126 * @return array Arra yith two entries of type string. 1127 1127 */ 1128 1128 function get_sample_permalink($id, $title = null, $name = null) { … … 1186 1186 * @since 2.5.0 1187 1187 * 1188 * @param int eger $idPost ID or post object.1189 * @param string $new_title Optional. New title. 1190 * @param string $new_slug Optional. New slug.1188 * @param int $id Post ID or post object. 1189 * @param string $new_title Optional. New title. Default null. 1190 * @param string $new_slug Optional. New slug. Default null. 1191 1191 * @return string The HTML of the sample permalink slug editor. 1192 1192 */
Note: See TracChangeset
for help on using the changeset viewer.