Changeset 30224
- Timestamp:
- 11/04/2014 06:51:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r30223 r30224 1116 1116 * @since 4.1.0 1117 1117 * 1118 * @param string $before Optional. Content to prepend to the title. 1119 * @param string $after Optional. Content to append to the title. 1118 * @see get_the_archive_title() 1119 * 1120 * @param string $before Optional. Content to prepend to the title. Default empty. 1121 * @param string $after Optional. Content to append to the title. Default empty. 1120 1122 */ 1121 1123 function the_archive_title( $before = '', $after = '' ) { … … 1190 1192 * @since 4.1.0 1191 1193 * 1192 * @param string $before Optional. Content to prepend to the description. 1193 * @param string $after Optional. Content to append to the description. 1194 * @see get_the_archive_description() 1195 * 1196 * @param string $before Optional. Content to prepend to the description. Default empty. 1197 * @param string $after Optional. Content to append to the description. Default empty. 1194 1198 */ 1195 1199 function the_archive_description( $before = '', $after = '' ) { … … 1214 1218 * 1215 1219 * @since 4.1.0 1220 * 1221 * @see term_description() 1216 1222 * 1217 1223 * @param string $description Archive description to be displayed.
Note: See TracChangeset
for help on using the changeset viewer.